diff options
| -rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; |

