Skip to content

Commit

Permalink
Revert "Remove RCTLog from prod builds"
Browse files Browse the repository at this point in the history
Reviewed By: lexs

Differential Revision: D3836952

fbshipit-source-id: 71327cdaa63b2641c225170b158edde4b14024b4
  • Loading branch information
javache authored and Facebook Github Bot 1 committed Sep 9, 2016
1 parent 384ebac commit 4b86889
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ function setUpConsole(): void {
const ExceptionsManager = require('ExceptionsManager');
ExceptionsManager.installConsoleErrorReporter();

if (__DEV__) {
require('RCTLog');
}
require('RCTLog');
}

/**
Expand Down

0 comments on commit 4b86889

Please sign in to comment.