Browse Source

deleted a log

Yohan Simard 4 years ago
parent
commit
aefbdba42a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      components/CustomHeader.js

+ 1
- 1
components/CustomHeader.js View File

@@ -108,7 +108,7 @@ export default class CustomHeader extends React.Component<Props> {
108 108
     }
109 109
 
110 110
     render() {
111
-        console.log("rendering CustomHeader");
111
+        // console.log("rendering CustomHeader");
112 112
         let button;
113 113
         // Does the app have a back button or a burger menu ?
114 114
         if (this.props.hasBackButton)

Loading…
Cancel
Save