oops, left in debug statement

This commit is contained in:
David Rose 2005-08-29 21:27:08 +00:00
parent d58a4e2e00
commit e9d9408669

View File

@ -106,8 +106,7 @@ get_short_time() {
PN_int64 count;
QueryPerformanceCounter((LARGE_INTEGER *)&count);
time = (double)(count - _init_count) * _recip_frequency +
ConfigVariableDouble("clock-jump", 0.0);
time = (double)(count - _init_count) * _recip_frequency;
} else {
// No high-resolution clock; return the best information we have.