From dfcfd735bf4ff57ce873d068e382e36e341336ad Mon Sep 17 00:00:00 2001 From: Heiko Behrens Date: Tue, 25 Jun 2013 11:08:30 +0200 Subject: [PATCH] reduce noise on logging --- CamHolderApp/UVCCameraControl.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CamHolderApp/UVCCameraControl.m b/CamHolderApp/UVCCameraControl.m index 15de58b..9d181e0 100644 --- a/CamHolderApp/UVCCameraControl.m +++ b/CamHolderApp/UVCCameraControl.m @@ -269,7 +269,7 @@ - (BOOL)sendControlRequest:(IOUSBDevRequest)controlRequest { kr = (*interface)->ControlRequest( interface, 0, &controlRequest ); if( kr != kIOReturnSuccess ) { kr = (*interface)->USBInterfaceClose(interface); - NSLog( @"CameraControl Error: Control request failed: %08x", kr ); + //NSLog( @"CameraControl Error: Control request failed: %08x", kr ); return NO; }