removed logs

This commit is contained in:
2025-10-25 08:14:59 +02:00
parent cb0c8d71f4
commit 5fdea155d1
10 changed files with 23 additions and 20 deletions

View File

@ -40,7 +40,6 @@ export const useNotificationStore = defineStore('notificationStore', () => {
const readNotificationsAsync = async (filter?: SQLWrapper[]) => {
const { currentVault } = storeToRefs(useVaultStore())
console.log('readNotificationsAsync', filter)
if (filter) {
return await currentVault.value?.drizzle
.select()