Remove print
This commit is contained in:
parent
cf0fc64bd4
commit
aa2bacdad2
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
|
|
Reference in a new issue