remove debug code

This commit is contained in:
2023-05-16 16:44:17 +02:00
parent 2f7200022e
commit 50d8ea1a9b
2 changed files with 0 additions and 3 deletions

View File

@@ -214,7 +214,6 @@ class Handler:
pass pass
self.base = t * self.fileCount; self.base = t * self.fileCount;
print( self.base );
if ( self.os_type == 'win32' ): if ( self.os_type == 'win32' ):
for j in range( self.fileCount ): for j in range( self.fileCount ):
os.rename( f'{tmppath}{self.fileList[ self.base + j ] }', f'{tmppath}{ t }\\{self.fileList[ self.base + j ] }' ) 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 ) ) self.cmdList.append( ( tmppath, t, quality_setting, model, self.os_type ) )
print( self.threads * self.fileCount );
try: try:
os.mkdir( f'{tmppath}{self.threads + 1}' ) os.mkdir( f'{tmppath}{self.threads + 1}' )
except FileExistsError: except FileExistsError: