Skip to content

Commit 0a25bbb

Browse files
hoxyqfacebook-github-bot
authored andcommitted
Remove outdated comments
Summary: # Changelog: [Internal] Tracing is stable. Differential Revision: D85996397
1 parent 3d2a974 commit 0a25bbb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/react-native/ReactCommon/jsinspector-modern/TracingAgent.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ TracingAgent::~TracingAgent() {
5353

5454
bool TracingAgent::handleRequest(const cdp::PreparsedRequest& req) {
5555
if (req.method == "Tracing.start") {
56-
// @cdp Tracing.start support is experimental.
5756
if (sessionState_.isDebuggerDomainEnabled) {
5857
frontendChannel_(
5958
cdp::jsonError(
@@ -81,7 +80,6 @@ bool TracingAgent::handleRequest(const cdp::PreparsedRequest& req) {
8180

8281
return true;
8382
} else if (req.method == "Tracing.end") {
84-
// @cdp Tracing.end support is experimental.
8583
auto state = hostTargetController_.stopTracing();
8684

8785
sessionState_.hasPendingTraceRecording = false;

0 commit comments

Comments
 (0)