Remove debugging printf()

This commit is contained in:
mbanth
2021-06-04 16:27:17 +01:00
parent 567e5cc0e0
commit b47a30a04c

View File

@@ -137,7 +137,6 @@ size_t hidGetReportDescriptorLength( void )
size_t hidGetReportLength( void )
{
size_t retVal = ( hidReportDescriptorPrepared ) ? HID_REPORT_LENGTH : 0;
printf( "hidGetReportLength: %d\n", retVal );
return retVal;
}