remove console.logs

This commit is contained in:
ammarahm-ed
2020-09-19 16:04:22 +05:00
parent 68d716ae26
commit f52a0328a9
11 changed files with 68 additions and 153 deletions

View File

@@ -31,7 +31,7 @@ export class AddTopicDialog extends React.Component {
} else {
let topic = this.props.toEdit;
topic.title = this.title;
console.log(topic);
await db.notebooks.notebook(topic.notebookId).topics.add(topic);
}
this.close();