mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
remove console.log
This commit is contained in:
@@ -112,7 +112,7 @@ class RecoveryKeyDialog extends React.Component {
|
||||
onOpen = async () => {
|
||||
let k = await db.user.key();
|
||||
this.user = await db.user.get();
|
||||
console.log(k);
|
||||
|
||||
if (k) {
|
||||
this.setState({
|
||||
key: k.key,
|
||||
|
||||
Reference in New Issue
Block a user