Przeglądaj źródła

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

atlanteh 7 lat temu
rodzic
commit
93509a7a88
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0
    1
      index.js

+ 0
- 1
index.js Wyświetl plik

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