diff --git a/src/inspector_socket_server.cc b/src/inspector_socket_server.cc index 07efed4972aaef..1555e45dd6f4aa 100644 --- a/src/inspector_socket_server.cc +++ b/src/inspector_socket_server.cc @@ -82,9 +82,7 @@ void PrintDebuggerReadyMessage(const std::string& host, return; } fprintf(out, - "Debugger listening on %s:%d.\n" - "Warning: This is an experimental feature " - "and could change at any time.\n", + "Debugger listening on %s:%d.\n", host.c_str(), port); if (ids.size() == 1) fprintf(out, "To start debugging, open the following URL in Chrome:\n");