From c12392c956bd178ae15ebaf4556b5d642a4cadbe Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Fri, 13 Nov 2015 21:35:07 +0000 Subject: Remove debugging code left in by accident. llvm-svn: 253088 --- lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp') diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp b/lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp index 67f8ad1c409..2cbd85bfa11 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp +++ b/lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp @@ -146,7 +146,6 @@ PythonExceptionState::Format() const } else { - __debugbreak(); // Otherwise, append some information about why we were unable to // obtain the backtrace. PythonString bt_error = bt_error_state.GetValue().Str(); @@ -158,7 +157,6 @@ PythonExceptionState::Format() const std::string PythonExceptionState::ReadBacktrace() const { - __debugbreak(); std::string retval("backtrace unavailable"); auto traceback_module = PythonModule::ImportModule("traceback"); -- cgit v1.2.3