aboutsummaryrefslogtreecommitdiff
path: root/source/pyAggr3g470r.py
diff options
context:
space:
mode:
Diffstat (limited to 'source/pyAggr3g470r.py')
-rwxr-xr-xsource/pyAggr3g470r.py1
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()
bgstack15