瀏覽代碼

Remove console.warn

Mathieu Acthernoene 5 年之前
父節點
當前提交
2d62b77b1f
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. 0
    2
      example/App.tsx

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

@@ -101,8 +101,6 @@ export default class App extends React.Component<{}, State> {
101 101
     const {notifications} = this.state;
102 102
     const {settings} = notifications;
103 103
 
104
-    console.warn(settings);
105
-
106 104
     return (
107 105
       <View style={{flex: 1, backgroundColor: theme.colors.background}}>
108 106
         <StatusBar