diff --git a/cjio/cjio.py b/cjio/cjio.py index ae6f8f3..2011bd7 100755 --- a/cjio/cjio.py +++ b/cjio/cjio.py @@ -236,8 +236,6 @@ def saver(cm): # except: # pass - print(cm) - utils.print_cmd_status("Saving CityJSON to a file %s" % output['path']) try: fo = click.open_file(output['path'], mode='w')