소스 검색

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