Skip to content

Commit

Permalink
src: remove experimental warning for inspect
Browse files Browse the repository at this point in the history
* Removes "experimental" warning.

Fixes: #11770
PR-URL: #12352
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
  • Loading branch information
joshgav authored and jasnell committed Apr 13, 2017
1 parent 8bd26d3 commit a4125a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/inspector_socket_server.cc
Expand Up @@ -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");
Expand Down

0 comments on commit a4125a3

Please sign in to comment.