1
Fork 0

Remove print

This commit is contained in:
Jake Howard 2016-08-26 22:20:31 +01:00
parent cf0fc64bd4
commit aa2bacdad2
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ def get_all_files():
def generate():
print("Removing old files...")
for size, image_file in get_all_files().items():
try:
os.remove(os.path.join(OUTPUT_DIR, image_file))