diff --git a/EDMCLogging.py b/EDMCLogging.py index 479fa9bc..eae1a222 100644 --- a/EDMCLogging.py +++ b/EDMCLogging.py @@ -286,7 +286,7 @@ class EDMCContextFilter(logging.Filter): # try: frame_info = inspect.getframeinfo(frame) - raise(IndexError) # TODO: Remove, only for testing + # raise(IndexError) # TODO: Remove, only for testing except Exception: # Separate from the print below to guarantee we see at least this much.