浏览代码

remove console logs

Guy Carmeli 9 年前
父节点
当前提交
a9dad4e48a
共有 2 个文件被更改,包括 0 次插入2 次删除
  1. 0
    1
      example-redux/src/screens/PushedScreen.js
  2. 0
    1
      src/platformSpecific.android.js

+ 0
- 1
example-redux/src/screens/PushedScreen.js 查看文件

15
   constructor(props) {
15
   constructor(props) {
16
     super(props);
16
     super(props);
17
     this.bgColor = this.getRandomColor();
17
     this.bgColor = this.getRandomColor();
18
-    console.log('constructor');
19
   }
18
   }
20
 
19
 
21
   getRandomColor() {
20
   getRandomColor() {

+ 0
- 1
src/platformSpecific.android.js 查看文件

66
         if (icon) {
66
         if (icon) {
67
           button.icon = icon.uri;
67
           button.icon = icon.uri;
68
         }
68
         }
69
-        console.log('final icon: ' + button.icon);
70
       }
69
       }
71
     });
70
     });
72
   }
71
   }