Cleanup: Debug-Logging entfernt
This commit is contained in:
parent
8559d2831e
commit
cbaac4b5a4
1 changed files with 1 additions and 2 deletions
|
|
@ -66,8 +66,7 @@
|
||||||
});
|
});
|
||||||
formDone = true;
|
formDone = true;
|
||||||
formName = formCompany = formEmail = formPhone = formMsg = '';
|
formName = formCompany = formEmail = formPhone = formMsg = '';
|
||||||
} catch (e: any) {
|
} catch {
|
||||||
console.error('Inquiry error:', e?.status, e?.message, e?.data);
|
|
||||||
formError = 'Fehler beim Senden. Bitte direkt an hallo@checkflo.de schreiben.';
|
formError = 'Fehler beim Senden. Bitte direkt an hallo@checkflo.de schreiben.';
|
||||||
} finally {
|
} finally {
|
||||||
formSending = false;
|
formSending = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue