瀏覽代碼

Remove a debug message

Olivier Marty 9 年之前
父節點
當前提交
cfcad0da3d
共有 1 個文件被更改,包括 1 次插入3 次删除
  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)