mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-17 06:30:50 +01:00
removed logs
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user