Explorar el Código

oops, left in debug statement

David Rose hace 20 años
padre
commit
e9d9408669
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      panda/src/express/trueClock.cxx

+ 1 - 2
panda/src/express/trueClock.cxx

@@ -106,8 +106,7 @@ get_short_time() {
     PN_int64 count;
     PN_int64 count;
     QueryPerformanceCounter((LARGE_INTEGER *)&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 {
   } else {
     // No high-resolution clock; return the best information we have.
     // No high-resolution clock; return the best information we have.