Move RelayProfiler Decoupled Initialization to use Double Dispatch

Reviewed By: josephsavona

Differential Revision: D2689433

fb-gh-sync-id: 966b3d855a5a0a755fd55fb583e31ba648de2a7a
This commit is contained in:
Sebastian Markbage
2015-11-23 19:22:34 -08:00
committed by facebook-github-bot-7
parent 26946e07f1
commit 64675dc078
2 changed files with 15 additions and 18 deletions

View File

@@ -162,7 +162,6 @@ function setUpProfile() {
if (__DEV__) {
var BridgeProfiling = require('BridgeProfiling');
BridgeProfiling.swizzleReactPerf();
BridgeProfiling.attachToRelayProfiler();
}
}