diff --git a/plexpy/exporter.py b/plexpy/exporter.py index 70e979c7..edbd6fb8 100644 --- a/plexpy/exporter.py +++ b/plexpy/exporter.py @@ -956,8 +956,6 @@ def _real_export(export_id, items, attrs, file_format, filename): file_size = os.path.getsize(filepath) except Exception as e: - import traceback - traceback.print_exc() set_export_state(export_id=export_id, success=False) logger.error("Tautulli Exporter :: Failed to export '%s': %s", filename, e) success = False