소스 검색

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
   }