Explorar o código

Remove a debug message

Olivier Marty %!s(int64=9) %!d(string=hai) anos
pai
achega
cfcad0da3d
Modificáronse 1 ficheiros con 1 adicións e 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)