diff options
-rw-r--r-- | lldb/source/Core/Debugger.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Core/Debugger.cpp b/lldb/source/Core/Debugger.cpp index d6180ba9d10..f4b640d5609 100644 --- a/lldb/source/Core/Debugger.cpp +++ b/lldb/source/Core/Debugger.cpp @@ -260,7 +260,6 @@ Debugger::~Debugger () process_sp->Destroy(); } DisconnectInput(); - printf("\n\n\nDebugger::~Debugger\n\n\n"); } |