Remove debug output

This commit is contained in:
henryruhs 2023-05-30 16:35:58 +02:00
parent c10e37cd2f
commit 80fe3721ee

View File

@ -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