From 50d8ea1a9befd2459bd995d35935b52a7ec80956 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 16 May 2023 16:44:17 +0200 Subject: [PATCH] remove debug code --- bin/__pycache__/handler.cpython-311.pyc | Bin 28408 -> 28408 bytes bin/handler.py | 3 --- 2 files changed, 3 deletions(-) diff --git a/bin/__pycache__/handler.cpython-311.pyc b/bin/__pycache__/handler.cpython-311.pyc index 2de20d8fba094c16e631658c5baec0488ce9e460..9eea497958f3dc2603cb82eb62237ccff4d72bca 100644 GIT binary patch delta 21 bcmexym+{A4My}<&yj%=GFk#|Gu6KC=T)hXn delta 21 bcmexym+{A4My}<&yj%=GklnwL>s=lITh#}X diff --git a/bin/handler.py b/bin/handler.py index d1c5392..a05480a 100644 --- a/bin/handler.py +++ b/bin/handler.py @@ -214,7 +214,6 @@ class Handler: pass self.base = t * self.fileCount; - print( self.base ); if ( self.os_type == 'win32' ): for j in range( self.fileCount ): os.rename( f'{tmppath}{self.fileList[ self.base + j ] }', f'{tmppath}{ t }\\{self.fileList[ self.base + j ] }' ) @@ -224,8 +223,6 @@ class Handler: self.cmdList.append( ( tmppath, t, quality_setting, model, self.os_type ) ) - print( self.threads * self.fileCount ); - try: os.mkdir( f'{tmppath}{self.threads + 1}' ) except FileExistsError: