ソースを参照

remove console logs

Guy Carmeli 8 年 前
コミット
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,7 +15,6 @@ class PushedScreen extends Component {
15 15
   constructor(props) {
16 16
     super(props);
17 17
     this.bgColor = this.getRandomColor();
18
-    console.log('constructor');
19 18
   }
20 19
 
21 20
   getRandomColor() {

+ 0
- 1
src/platformSpecific.android.js ファイルの表示

@@ -66,7 +66,6 @@ function addNavigatorButtons(screen) {
66 66
         if (icon) {
67 67
           button.icon = icon.uri;
68 68
         }
69
-        console.log('final icon: ' + button.icon);
70 69
       }
71 70
     });
72 71
   }