remove debug output
parent
7077cb4bfb
commit
ab7792f25c
|
@ -53,8 +53,6 @@ u64 nano_count()
|
|||
if(ret == 0)
|
||||
fatal_error("QueryPerformanceFrequency", 0);
|
||||
|
||||
printf("hi = %u, lo = %u\n", hi, lo);
|
||||
|
||||
if(count.LowPart < lo)
|
||||
hi += 1;
|
||||
lo = count.LowPart;
|
||||
|
|
Loading…
Reference in New Issue