mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +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);
|
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);
|
result = ma_vfs_read(ma_vfs_debugging_get_underlying_vfs(pVFS), file, pDst, sizeInBytes, pBytesRead);
|
||||||
return result;
|
return result;
|
||||||
|
|||||||
Reference in New Issue
Block a user