From 13bbdefcc8a9ec8e10ab2efc5ee887ea889d1b58 Mon Sep 17 00:00:00 2001 From: Daniel Richman Date: Fri, 24 Aug 2012 20:50:41 +0100 Subject: [PATCH] Remove old lines --- predict.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/predict.py b/predict.py index 08daab7..7cb0630 100755 --- a/predict.py +++ b/predict.py @@ -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)