Disable bandwidth logging
This commit is contained in:
parent
f4b2758347
commit
b2ce1a24be
1 changed files with 2 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ intptr_t RenderThread::main() {
|
|||
break;
|
||||
}
|
||||
|
||||
#if 0
|
||||
//
|
||||
// log received bandwidth statistics
|
||||
//
|
||||
|
|
@ -96,6 +97,7 @@ intptr_t RenderThread::main() {
|
|||
stats_totalBytes = 0;
|
||||
stats_t0 = GetCurrentTimeMS();
|
||||
}
|
||||
#endif
|
||||
|
||||
//
|
||||
// dump stream to file if needed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue