Minor log removal

This commit is contained in:
Jack Andersen 2017-12-22 19:39:03 -10:00
parent d82e1b89e3
commit 762a1ae7b9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ package_path = 'hecl'
target_zip = sys.argv[1]
zf = zipfile.ZipFile(target_zip, mode='w', compression=zipfile.ZIP_DEFLATED)
print('GENERATING', target_zip)
#print('GENERATING', target_zip)
if os.path.isdir(package_path):
zipdir(package_path, zf)