chore: remove debug from versions menu

This commit is contained in:
Mar0xy 2023-10-22 03:01:51 +02:00
parent ce83c483c6
commit 6b3b805a3e
No known key found for this signature in database
GPG Key ID: 56569BBE47D2C828
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ export async function getNoteVersionsMenu(props: {
});
}
});
console.log(menu);
const cleanup = () => {
if (_DEV_) console.log('note menu cleanup', cleanups);