diff options
author | Greg Clayton <gclayton@apple.com> | 2011-08-15 18:24:44 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2011-08-15 18:24:44 +0000 |
commit | 6bc11b275699051422e41db49e4db23ae4c12f41 (patch) | |
tree | 87b7316a5a5f3ac5bcf0e6e594ac2acfcc318203 /lldb/source/Core/Debugger.cpp | |
parent | dd94d3426b45348c0ac7aeb4e53b4701e1b9258f (diff) | |
download | bcm5719-llvm-6bc11b275699051422e41db49e4db23ae4c12f41.tar.gz bcm5719-llvm-6bc11b275699051422e41db49e4db23ae4c12f41.zip |
Removed debug printf that was left in.
llvm-svn: 137630
Diffstat (limited to 'lldb/source/Core/Debugger.cpp')
-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"); } |