Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
reduce noise on logging
Browse files Browse the repository at this point in the history
  • Loading branch information
HBehrens committed Jun 25, 2013
1 parent 6022d0d commit dfcfd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CamHolderApp/UVCCameraControl.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit dfcfd73

Please sign in to comment.