Disable debug

This commit is contained in:
askiiart 2023-05-09 11:45:24 -05:00 committed by GitHub
parent 288e9b9471
commit bdc1b32795
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ for filename in filenames:
os.system(f'convert temp/pngs/{filename}.png temp/xbms/{filename}.xbm')
# Make some pngs for debugging
debug = True
debug = False
if debug:
from random import random
os.mkdir('temp/debug_pngs')