From f45782aeefb6d40c07e81f019757e582b205e3ee Mon Sep 17 00:00:00 2001 From: adisposkofh Date: Tue, 2 Jun 2026 12:49:11 +0200 Subject: [PATCH] removed redundant console log --- public/js/components/Cis/Profil/Profil.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/js/components/Cis/Profil/Profil.js b/public/js/components/Cis/Profil/Profil.js index d1833068e..f6e13da77 100644 --- a/public/js/components/Cis/Profil/Profil.js +++ b/public/js/components/Cis/Profil/Profil.js @@ -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) {