Skip to content

Commit de39045

Browse files
committed
V3.7
1 parent 4d22efa commit de39045

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

droparea.py

-3
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,6 @@ def setDuplicateArchiveTab(self, url):
237237
for line in f:
238238
if url == line.split(' ')[0]:
239239
imagePath = line.split('\n')[0].split(' ')[1]
240-
print('Image Path: ' + imagePath)
241-
print('From Path: ' + str(os.path.join(self.imageFolder, imagePath)))
242-
print('To Path: ' + str(os.path.join(self.imageFolder, imagePath[1:])))
243240
# RENAME IMAGE TO MAKE IT NOT HIDDEN
244241
os.rename(os.path.join(self.imageFolder, imagePath), os.path.join(self.imageFolder, imagePath[1:]))
245242
self.imagePath = imagePath[1:]

0 commit comments

Comments
 (0)