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: _tbd_
Reviewed-By: _tbd_
  • Loading branch information
joshgav authored and MylesBorins committed Apr 12, 2017
1 parent a235ccd commit 4e6fdcd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/inspector_socket_server.cc
Original file line number Diff line number Diff line change
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 4e6fdcd

Please sign in to comment.