diff -r d8d70de2bd36 -r 57b9594f5772 kerneltest/e32test/usbho/t_otgdi/inc/debugmacros.h --- a/kerneltest/e32test/usbho/t_otgdi/inc/debugmacros.h Wed Aug 18 11:08:29 2010 +0300 +++ b/kerneltest/e32test/usbho/t_otgdi/inc/debugmacros.h Thu Sep 02 21:54:16 2010 +0300 @@ -27,7 +27,6 @@ e.g. void CMyClass::MyFunction (TInt aParam) */ -#define LOG_FUNC if (gVerboseOutput) RDebug::Printf(" %s", __PRETTY_FUNCTION__); const TInt KErrAssertionInternal = 3; @@ -36,7 +35,6 @@ __ASSERT_ALWAYS(a, User::Panic(_L("Test F/W Err"), KErrAssertionInternal));}; -#define LOG_FUNCERROR(a) RDebug::Printf("[WARNING %s failed %d]", __PRETTY_FUNCTION__, a); /** Debug macro to output test in 'verbose' detail mode