chore(client): remove redundant log

This commit is contained in:
Elian Doran 2025-09-22 20:08:37 +03:00
parent 59fe1299b2
commit 5249911ddb
No known key found for this signature in database

View File

@ -37,7 +37,6 @@ export default function NoteTypeChooserDialogComponent() {
});
useEffect(() => {
console.log(noteTypes);
note_types.getNoteTypeItems().then(noteTypes => {
let index = -1;