Skip to content

Commit

Permalink
Kill orphaned marker end in JSCExecutor
Browse files Browse the repository at this point in the history
Reviewed By: mhorowitz

Differential Revision: D6594498

fbshipit-source-id: 67f281ded088bdbad3eb1e173882d4328c1fdc93
  • Loading branch information
Michał Gregorczyk authored and facebook-github-bot committed Dec 19, 2017
1 parent a010a0c commit 6ad1f09
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ReactCommon/cxxreact/JSCExecutor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -438,9 +438,6 @@ namespace facebook {
jsScript = adoptString(std::move(script));
ReactMarker::logMarker(ReactMarker::JS_BUNDLE_STRING_CONVERT_STOP);
}
#ifdef WITH_FBSYSTRACE
fbsystrace_end_section(TRACE_TAG_REACT_CXX_BRIDGE);
#endif

SystraceSection s_("JSCExecutor::loadApplicationScript-evaluateScript");
evaluateScript(m_context, jsScript, jsSourceURL);
Expand Down

0 comments on commit 6ad1f09

Please sign in to comment.