Cleanup: Debug-Logging entfernt

This commit is contained in:
rene 2026-05-17 19:40:41 +02:00
parent 8559d2831e
commit cbaac4b5a4

View file

@ -66,8 +66,7 @@
});
formDone = true;
formName = formCompany = formEmail = formPhone = formMsg = '';
} catch (e: any) {
console.error('Inquiry error:', e?.status, e?.message, e?.data);
} catch {
formError = 'Fehler beim Senden. Bitte direkt an hallo@checkflo.de schreiben.';
} finally {
formSending = false;