浏览代码

Remove console.warn

Mathieu Acthernoene 6 年前
父节点
当前提交
2d62b77b1f
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0
    2
      example/App.tsx

+ 0
- 2
example/App.tsx 查看文件

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