From 80fe3721ee93ce5e3df1fbbe4884c3d42af678fa Mon Sep 17 00:00:00 2001 From: henryruhs Date: Tue, 30 May 2023 16:35:58 +0200 Subject: [PATCH] Remove debug output --- core/processor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/processor.py b/core/processor.py index cab3022..a2028a1 100644 --- a/core/processor.py +++ b/core/processor.py @@ -26,7 +26,6 @@ def process_video(source_img, frame_paths): else: print('S', end='', flush=True) except Exception as e: - print(e, flush=True) print('E', end='', flush=True) pass