From fc635526f3ed659b4f16bff3115d60eafba5cd2c Mon Sep 17 00:00:00 2001 From: janis Date: Tue, 23 May 2023 09:19:14 +0200 Subject: [PATCH] remove debug code --- bin/handler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/handler.py b/bin/handler.py index edae3f8..1079026 100644 --- a/bin/handler.py +++ b/bin/handler.py @@ -575,7 +575,6 @@ def sharpeningEngine ( files, fsrpath, number, maxlength, os_type, sharpening, d else: print( 'OS CURRENTLY UNSUPPORTED!' ) return False - print( command_sharpening ) sub2 = subprocess.Popen( command_sharpening, shell=True ); sub2.wait() time.sleep(3)