mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Comment out a printf() debugging statement.
This commit is contained in:
@@ -51,7 +51,7 @@ static ma_result ma_vfs_debugging_read(ma_vfs* pVFS, ma_vfs_file file, void* pDs
|
||||
ma_sleep(pDebuggingVFS->config.latencyInMilliseconds);
|
||||
}
|
||||
|
||||
printf("READING\n");
|
||||
/*printf("READING\n");*/
|
||||
|
||||
result = ma_vfs_read(ma_vfs_debugging_get_underlying_vfs(pVFS), file, pDst, sizeInBytes, pBytesRead);
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user