Pārlūkot izejas kodu

remove redundant console.log every AppState change (#385)

atlanteh 7 gadus atpakaļ
vecāks
revīzija
93509a7a88
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0
    1
      index.js

+ 0
- 1
index.js Parādīt failu

@@ -51,7 +51,6 @@ const RNFetchBlob = NativeModules.RNFetchBlob
51 51
 // their .expire event
52 52
 if(Platform.OS === 'ios') {
53 53
   AppState.addEventListener('change', (e) => {
54
-    console.log('app state changed', e)
55 54
     if(e === 'active')
56 55
       RNFetchBlob.emitExpiredEvent(()=>{})
57 56
   })