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

@ -52,7 +52,7 @@ export const useDeviceStore = defineStore('vaultInstanceStore', () => {
const readDeviceNameAsync = async (id?: string) => {
const { readDeviceNameAsync } = useVaultSettingsStore()
const _id = id || deviceId.value
console.log('readDeviceNameAsync id', _id)
if (!_id) return
deviceName.value = (await readDeviceNameAsync(_id))?.value ?? ''