removed print statements

This commit is contained in:
Gert Wohlgemuth
2018-06-14 16:32:37 -07:00
parent a5ce533b35
commit fc86d32f12
6 changed files with 0 additions and 8 deletions

View File

@@ -71,7 +71,6 @@ def file_dump_json(filename, data, is_zip=False) -> None:
:param data: JSON Data to save
:return:
"""
print(f'dumping json to "{filename}"')
if is_zip:
if not filename.endswith('.gz'):