Browse Source

Removed unnecessary print statement.

BassThatHertz 6 years ago
parent
commit
052e37eb00
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pyinstalive/organize.py

+ 0 - 1
pyinstalive/organize.py

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