From 644c62f28f2fe58bc435e8a731cc46fabfb1703a Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Fri, 9 Nov 2012 22:24:38 +0000 Subject: Remove a debugging printf that was left in the code. llvm-svn: 167637 --- lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/source/Plugins/Process/gdb-remote') diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp index 2cd468874ea..3bae50f6081 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp @@ -845,7 +845,6 @@ ProcessGDBRemote::ConnectToDebugserver (const char *connect_url) for (size_t idx = 0; idx < num_cmds; idx++) { StringExtractorGDBRemote response; - printf ("Sending command: %s.\n", GetExtraStartupCommands().GetArgumentAtIndex(idx)); m_gdb_comm.SendPacketAndWaitForResponse (GetExtraStartupCommands().GetArgumentAtIndex(idx), response, false); } return error; -- cgit v1.2.3