Skip to content

Commit

Permalink
RN: Remove ReactPerf References
Browse files Browse the repository at this point in the history
Reviewed By: fkgozali

Differential Revision: D8002194

fbshipit-source-id: a60073698d0f348d788b5c67e1c1c0010f7ec7f1
  • Loading branch information
yungsters authored and facebook-github-bot committed May 15, 2018
1 parent 4a0243f commit 70066ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 39 deletions.
6 changes: 1 addition & 5 deletions Libraries/Interaction/InteractionStallDebugger.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@

const BridgeSpyStallHandler = require('BridgeSpyStallHandler');
const JSEventLoopWatchdog = require('JSEventLoopWatchdog');
const ReactPerfStallHandler = require('ReactPerfStallHandler');

const InteractionStallDebugger = {
install: function(options: {thresholdMS: number}) {
install(options: {thresholdMS: number}): void {
JSEventLoopWatchdog.install(options);
BridgeSpyStallHandler.register();
if (__DEV__) {
ReactPerfStallHandler.register();
}
},
};

Expand Down
34 changes: 0 additions & 34 deletions Libraries/Interaction/ReactPerfStallHandler.js

This file was deleted.

0 comments on commit 70066ec

Please sign in to comment.