remove debug output

db4
Doug Coleman 2009-12-22 14:39:30 -06:00
parent 7077cb4bfb
commit ab7792f25c
1 changed files with 0 additions and 2 deletions

View File

@ -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;