diff options
-rwxr-xr-x | source/pyAggr3g470r.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py index f228781d..135cae52 100755 --- a/source/pyAggr3g470r.py +++ b/source/pyAggr3g470r.py @@ -548,7 +548,6 @@ class pyAggr3g470r(object): try: getattr(export, export_method)(self.mongo) except Exception as e: - print(e) return self.error(e) return self.management() |