Skip to content

Commit

Permalink
Remove a debugging printf that was left in the code.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@167637 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Greg Clayton committed Nov 9, 2012
1 parent 892757a commit 80ce49c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 80ce49c

Please sign in to comment.