remove debug code

This commit is contained in:
janis
2023-05-23 09:19:14 +02:00
parent 90e00530fd
commit fc635526f3

View File

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