Remove old lines

pull/93/head
Daniel Richman 2012-08-24 20:50:41 +01:00
rodzic 9cf2dc514b
commit 13bbdefcc8
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -594,9 +594,6 @@ if __name__ == '__main__':
except Exception as e:
statsd.increment("uncaught_exception")
log.exception("Uncaught exception")
#(exc_type, exc_value, discard_tb) = sys.exc_info()
#exc_tb = traceback.format_exception_only(exc_type, exc_value)
#info = exc_tb[-1].strip()
info = traceback.format_exc()
if progress_f:
update_progress(error="Unhandled exception: " + info)