Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 93509a7

Browse files
atlantehwkh237
authored andcommitted
remove redundant console.log every AppState change (#385)
1 parent 869bb47 commit 93509a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ const RNFetchBlob = NativeModules.RNFetchBlob
5151
// their .expire event
5252
if(Platform.OS === 'ios') {
5353
AppState.addEventListener('change', (e) => {
54-
console.log('app state changed', e)
5554
if(e === 'active')
5655
RNFetchBlob.emitExpiredEvent(()=>{})
5756
})

0 commit comments

Comments
 (0)