Skip to content

Commit 1363b63

Browse files
Gasoonjiafacebook-github-bot
authored andcommitted
hide buck2 error msg in oss
Differential Revision: D72661685
1 parent a238d6a commit 1363b63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

extension/pybindings/pybindings.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -816,8 +816,7 @@ struct PyModule final {
816816
ET_LOG(
817817
Info,
818818
"No etdump data found, try rebuilding with "
819-
"the CMake option EXECUTORCH_ENABLE_EVENT_TRACER or with "
820-
"buck run --config executorch.event_tracer_enabled=true");
819+
"the CMake option EXECUTORCH_ENABLE_EVENT_TRACER");
821820
}
822821
}
823822

0 commit comments

Comments
 (0)