Remove console.log
This commit is contained in:
@@ -476,8 +476,6 @@ class TpDateInput extends EventHelpers(ControlState(FormElement(LitElement))) {
|
||||
// Reset invalid state if value was changed.
|
||||
// This clears up old invalid states if the value was changed programmatically.
|
||||
_onValueChanged() {
|
||||
console.log(this.value);
|
||||
|
||||
// We skip if the user was just inputting values.
|
||||
if (this._skipOnValueChanged) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user