diff --git a/hecl/blender/zip_package.py b/hecl/blender/zip_package.py index 2bcb8703f..dc4b897e6 100644 --- a/hecl/blender/zip_package.py +++ b/hecl/blender/zip_package.py @@ -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)