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

View file

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