mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 05:59:35 +01:00
remove console.logs
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user