mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 05:59:35 +01:00
clear console.log statements
This commit is contained in:
@@ -62,7 +62,7 @@ export class AddTopicDialog extends React.Component {
|
||||
|
||||
open = async (notebookId) => {
|
||||
let id = notebookId || this.props.notebookID;
|
||||
console.log(notebookId)
|
||||
//console.log(notebookId)
|
||||
this.notebook = await db.notebooks.notebook(id).data
|
||||
this.setState({
|
||||
visible: true,
|
||||
|
||||
Reference in New Issue
Block a user