Remove console.log

This commit is contained in:
2026-06-11 07:13:33 +02:00
parent b32fd403ec
commit 046a3c1d32
-2
View File
@@ -476,8 +476,6 @@ class TpDateInput extends EventHelpers(ControlState(FormElement(LitElement))) {
// Reset invalid state if value was changed. // Reset invalid state if value was changed.
// This clears up old invalid states if the value was changed programmatically. // This clears up old invalid states if the value was changed programmatically.
_onValueChanged() { _onValueChanged() {
console.log(this.value);
// We skip if the user was just inputting values. // We skip if the user was just inputting values.
if (this._skipOnValueChanged) { if (this._skipOnValueChanged) {
return; return;