diff --git a/node_modules/react-native-safe-module/lib/NativeSafeModule.js b/node_modules/react-native-safe-module/lib/NativeSafeModule.js index 6484675..4ac2aa2 100644 --- a/node_modules/react-native-safe-module/lib/NativeSafeModule.js +++ b/node_modules/react-native-safe-module/lib/NativeSafeModule.js @@ -111,14 +111,12 @@ var module=getModule(moduleName,mock,isEventEmitter); var version=getVersion(module); if(__DEV__){ -Object.keys(module).forEach(function(key){ -if(!hasOwnProperty.call(mock,key)&&!UNMOCKED_PROPERTY_WHITELIST[key]){ -console.warn((0,_dedent2.default)(_templateObject4, -MODULE_NAME,key)); - - -} -}); +// Object.keys(module).forEach(function(key){ +// if(!hasOwnProperty.call(mock,key)&&!UNMOCKED_PROPERTY_WHITELIST[key]){ +// console.warn((0,_dedent2.default)(_templateObject4, +// MODULE_NAME,key)); +// } +// }); } if(isEventEmitter){