Commit 37ba1f8c authored by Marco Mariani's avatar Marco Mariani

removed redundant logging of the exception

parent 9a881ad7
......@@ -85,8 +85,4 @@ class FormatCommand(ConfigCommand):
tracing_monkeypatch(conf)
try:
do_format(conf=conf)
except:
self.log.exception('Uncaught exception:')
raise
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment