Explorar el Código

Removed unnecessary print statement.

BassThatHertz hace 6 años
padre
commit
052e37eb00
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      pyinstalive/organize.py

+ 0 - 1
pyinstalive/organize.py

@@ -14,7 +14,6 @@ def organize_videos():
     try:
         # Make a variable equal to the names of the files in the current directory.
         download_path_files = os.listdir(pil.dl_path)
-        print(download_path_files)
 
         # Count the amount of files moved and not moved because they already exist etc.
         not_moved = 0