X-Git-Url: http://git.tuebingen.mpg.de/dss.git/log?a=blobdiff_plain;f=tv.c;h=f954cef0c9a1342fedc4d2a49851ad56ca11aa9e;hb=c9fd9f2239319b95c46e49b1b7040e1a898cdcf7;hp=8ab5e5a90a6bd151c87750adb761c135b7ec774e;hpb=90e4077abd237cfd03def4ea023a70ccd9167bcf;p=dss.git diff --git a/tv.c b/tv.c index 8ab5e5a..f954cef 100644 --- a/tv.c +++ b/tv.c @@ -54,6 +54,5 @@ int64_t get_current_time(void) { time_t now; time(&now); - DSS_DEBUG_LOG(("now: %jd\n", (intmax_t)now)); return (int64_t)now; }