diff -r d8d70de2bd36 -r 57b9594f5772 kerneltest/e32test/usbho/t_usbdi/inc/testdebug.h --- a/kerneltest/e32test/usbho/t_usbdi/inc/testdebug.h Wed Aug 18 11:08:29 2010 +0300 +++ b/kerneltest/e32test/usbho/t_usbdi/inc/testdebug.h Thu Sep 02 21:54:16 2010 +0300 @@ -28,14 +28,6 @@ #include #include -/** -Debug macro for serial port logging of function names and signatures -*/ -#define LOG_CFUNC TFunctionLog funcLog(__PRETTY_FUNCTION__, NULL); -#define LOG_FUNC TFunctionLog funcLog(__PRETTY_FUNCTION__,this); - -#define LOG_POINT(x) RDebug::Printf(">> Debug point: " #x); - //#define LOG_INFO(x) RDebug::Print x; #define LOG_INFO(x)