From f2fc5a52631daea3d9755bfb05f08f3abc7dd1c8 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Thu, 11 Aug 2022 16:00:56 +0200 Subject: [PATCH] remove debug info about total time remaining --- ffplayout-engine/src/input/playlist.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ffplayout-engine/src/input/playlist.rs b/ffplayout-engine/src/input/playlist.rs index 55768c50..30e23f59 100644 --- a/ffplayout-engine/src/input/playlist.rs +++ b/ffplayout-engine/src/input/playlist.rs @@ -427,8 +427,6 @@ fn timed_source( debug!("Delta: {shifted_delta:.3}"); } - debug!("Total time remaining: {total_delta:.3}"); - let sync = check_sync(config, shifted_delta); if !sync {