From 56451348a0f1f106f10dccf1ea638fe2af15c597 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 11 Nov 2017 21:34:41 +0100 Subject: [PATCH 1/1] Remove a noisy log message. This message does not add any information and just spams the log file. Remove it. --- tv.c | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.39.2