kerneltest/e32test/usbho/t_usbdi/inc/EndpointStallWatcher.h
branchRCL_3
changeset 256 c1f20ce4abcf
parent 0 a41df078684a
child 257 3e88ff8f41d5
--- 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;
 		}