removed redundant console log

This commit is contained in:
adisposkofh
2026-06-02 12:49:11 +02:00
parent c2faff5a03
commit f45782aeef
@@ -176,7 +176,6 @@ export const Profil = {
this.data = data.profil_data.data;
this.calendarSyncUrls = data.calendar_sync_urls ?? [];
this.authPermissions = data.permissions;
console.log(data.profil_data);
},
zustellAdressenCount() {
if (!this.data || !this.data.adressen) {