[RN] Revert unintentional disabling of the yellow box

This commit is contained in:
Lyubo Marinov 2018-01-18 21:11:24 -06:00
parent 112c856850
commit b04661b40b
1 changed files with 0 additions and 1 deletions

View File

@ -214,7 +214,6 @@ function _visitNode(node, callback) {
if (console) {
const loggerLevels = require('jitsi-meet-logger').levels;
console.disableYellowBox = true;
Object.keys(loggerLevels).forEach(key => {
const level = loggerLevels[key];
const consoleLog = console[level];