Explorar el Código

Remove a debug message

Olivier Marty hace 9 años
padre
commit
cfcad0da3d
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      time.c

+ 1 - 3
time.c

@@ -76,10 +76,8 @@ void timeInitialize(int rel)
 
 struct timespec timeGetRelative()
 {
-  if(pause) {
-    printf("paused !\n");
+  if(pause)
     return tPause;
-  }
 
   struct timespec r;
   if(clock_gettime(CLOCK_REALTIME, &r) < 0)