Remove traceback for export

This commit is contained in:
JonnyWong16 2020-08-04 12:16:00 -07:00
commit bf1a59c5c0
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -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