diff -r a179b74831c9 -r c1f20ce4abcf kerneltest/e32test/usbho/t_usbdi/inc/EndpointStallWatcher.h --- a/kerneltest/e32test/usbho/t_usbdi/inc/EndpointStallWatcher.h Thu Aug 19 11:14:22 2010 +0300 +++ b/kerneltest/e32test/usbho/t_usbdi/inc/EndpointStallWatcher.h Tue Aug 31 16:34:26 2010 +0300 @@ -61,8 +61,6 @@ */ void DoCancel() { - LOG_FUNC - iClientDriver.EndpointStatusNotifyCancel(); } @@ -75,8 +73,6 @@ of an endpoint. */ { - LOG_FUNC - TUint epMask = iEpMask; if(iStatus.Int() != KErrNone) @@ -121,8 +117,6 @@ */ TInt RunError(TInt aError) { - LOG_FUNC - return KErrNone; }