Chromium Code Reviews| Index: runtime/bin/dbg_connection.cc |
| =================================================================== |
| --- runtime/bin/dbg_connection.cc (revision 11327) |
| +++ runtime/bin/dbg_connection.cc (working copy) |
| @@ -954,7 +954,6 @@ |
| void DebuggerConnectionHandler::WaitForConnection() { |
| MonitorLocker ml(&is_connected_); |
| while (!IsConnected()) { |
| - printf("Waiting for debugger connection...\n"); |
| dart::Monitor::WaitResult res = ml.Wait(dart::Monitor::kNoTimeout); |
| ASSERT(res == dart::Monitor::kNotified); |
| } |