summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Debugger.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-08-15 18:24:44 +0000
committerGreg Clayton <gclayton@apple.com>2011-08-15 18:24:44 +0000
commit6bc11b275699051422e41db49e4db23ae4c12f41 (patch)
tree87b7316a5a5f3ac5bcf0e6e594ac2acfcc318203 /lldb/source/Core/Debugger.cpp
parentdd94d3426b45348c0ac7aeb4e53b4701e1b9258f (diff)
downloadbcm5719-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.cpp1
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");
}
OpenPOWER on IntegriCloud