clear console.log statements

This commit is contained in:
ammarahm-ed
2021-01-06 14:58:01 +05:00
parent 152a52c149
commit b122bbfd04
26 changed files with 34 additions and 52 deletions

View File

@@ -214,7 +214,7 @@ export class AddNotebookDialog extends React.Component {
topics: prevTopics,
});
this.currentInputValue = null;
console.log('edit topic is', this.state.editTopic);
//console.log('edit topic is', this.state.editTopic);
if (this.state.editTopic) {
this.topicInputRef.current?.blur();
Keyboard.dismiss();