remove console.logs

This commit is contained in:
ammarahm-ed
2020-02-02 23:50:55 +05:00
parent 9c04ccedca
commit f974df5856
15 changed files with 19 additions and 32 deletions

View File

@@ -82,7 +82,6 @@ class MoveNoteDialog extends React.Component {
}
open() {
console.log(' i am called');
this.setState({
visible: true,
});
@@ -166,7 +165,6 @@ class MoveNoteDialog extends React.Component {
ref={ref => (this.navigation = ref)}
onNavigationStateChange={state => {
this.routeIndex = state.index;
console.log(state);
}}
/>
</View>