Skip to content

Commit 93509a7

Browse files
atlantehwkh237
authored andcommitted
remove redundant console.log every AppState change (RonRadtke#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)