Skip to content

Commit 4e6fdcd

Browse files
joshgavMylesBorins
authored andcommitted
src: remove experimental warning for inspect
* Removes "experimental" warning. Fixes: #11770 PR-URL: #12352 Reviewed-By: _tbd_ Reviewed-By: _tbd_
1 parent a235ccd commit 4e6fdcd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/inspector_socket_server.cc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ void PrintDebuggerReadyMessage(const std::string& host,
8282
return;
8383
}
8484
fprintf(out,
85-
"Debugger listening on %s:%d.\n"
86-
"Warning: This is an experimental feature "
87-
"and could change at any time.\n",
85+
"Debugger listening on %s:%d.\n",
8886
host.c_str(), port);
8987
if (ids.size() == 1)
9088
fprintf(out, "To start debugging, open the following URL in Chrome:\n");

0 commit comments

Comments
 (0)