diff --git a/index.js b/index.js index 0f68fa2e1..5c7f5f9c0 100644 --- a/index.js +++ b/index.js @@ -51,7 +51,6 @@ const RNFetchBlob = NativeModules.RNFetchBlob // their .expire event if(Platform.OS === 'ios') { AppState.addEventListener('change', (e) => { - console.log('app state changed', e) if(e === 'active') RNFetchBlob.emitExpiredEvent(()=>{}) })