kerneltest/e32test/usb/t_usb_device/include/general.h
changeset 259 57b9594f5772
parent 247 d8d70de2bd36
--- a/kerneltest/e32test/usb/t_usb_device/include/general.h	Wed Aug 18 11:08:29 2010 +0300
+++ b/kerneltest/e32test/usb/t_usb_device/include/general.h	Thu Sep 02 21:54:16 2010 +0300
@@ -148,7 +148,6 @@
 		    iConsole->Printf(_L(string)); \
 		    iConsole->Printf(_L("\n")); \
 			} \
-		RDebug::Print(_L(string)); \
 		} while (0)
 
 #define TUSB_PRINT1(string, a) \
@@ -158,7 +157,6 @@
 			iConsole->Printf(_L(string), (a)); \
 			iConsole->Printf(_L("\n")); \
 			}	\
-		RDebug::Print(_L(string), (a)); \
 		} while (0)
 
 #define TUSB_PRINT2(string, a, b) \
@@ -168,7 +166,6 @@
 			iConsole->Printf(_L(string), (a), (b)); \
 			iConsole->Printf(_L("\n")); \
 			}	\
-		RDebug::Print(_L(string), (a), (b)); \
 		} while (0)
 
 #define TUSB_PRINT3(string, a, b, c) \
@@ -178,7 +175,6 @@
 			iConsole->Printf(_L(string), (a), (b), (c)); \
 			iConsole->Printf(_L("\n")); \
 			}	\
-		RDebug::Print(_L(string), (a), (b), (c)); \
 		} while (0)
 
 #define TUSB_PRINT4(string, a, b, c, d) \
@@ -188,7 +184,6 @@
 			iConsole->Printf(_L(string), (a), (b), (c), (d)); \
 			iConsole->Printf(_L("\n")); \
 			}	\
-		RDebug::Print(_L(string), (a), (b), (c), (d)); \
 		} while (0)
 
 #define TUSB_PRINT5(string, a, b, c, d, e) \
@@ -198,7 +193,6 @@
 			iConsole->Printf(_L(string), (a), (b), (c), (d), (e)); \
 			iConsole->Printf(_L("\n")); \
 			}	\
-		RDebug::Print(_L(string), (a), (b), (c), (d), (e)); \
 		} while (0)
 
 #define TUSB_PRINT6(string, a, b, c, d, e, f) \
@@ -208,7 +202,6 @@
 			iConsole->Printf(_L(string), (a), (b), (c), (d), (e), (f)); \
 			iConsole->Printf(_L("\n")); \
 			}	\
-		RDebug::Print(_L(string), (a), (b), (c), (d), (e), (f)); \
 		} while (0)
 
 #define TUSB_VERBOSE_PRINT(string) \
@@ -268,7 +261,6 @@
 				aConsole->Printf(_L(string)); \
 				aConsole->Printf(_L("\n")); \
 				}	\
-			RDebug::Print(_L(string)); \
 			} \
 		} while (0)
 
@@ -276,8 +268,6 @@
 		do { \
 			TInt totalSize = 0; \
 			TInt numCells = User::AllocSize (totalSize); \
-			RDebug::Print(_L(string)); \
-			RDebug::Print(_L(" Heap Cells %d Size %d\n"),numCells,totalSize); \
 		} while (0)
 	
 #endif	// __GENERAL_H__