Browse Source

Remove console.warn

Mathieu Acthernoene 5 years ago
parent
commit
2d62b77b1f
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      example/App.tsx

+ 0
- 2
example/App.tsx View File

101
     const {notifications} = this.state;
101
     const {notifications} = this.state;
102
     const {settings} = notifications;
102
     const {settings} = notifications;
103
 
103
 
104
-    console.warn(settings);
105
-
106
     return (
104
     return (
107
       <View style={{flex: 1, backgroundColor: theme.colors.background}}>
105
       <View style={{flex: 1, backgroundColor: theme.colors.background}}>
108
         <StatusBar
106
         <StatusBar