diff -r d8d70de2bd36 -r 57b9594f5772 kerneltest/e32test/usbho/t_usbdi/inc/EndpointStallWatcher.h --- a/kerneltest/e32test/usbho/t_usbdi/inc/EndpointStallWatcher.h Wed Aug 18 11:08:29 2010 +0300 +++ b/kerneltest/e32test/usbho/t_usbdi/inc/EndpointStallWatcher.h Thu Sep 02 21:54:16 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; }