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.
|
// 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;
|
||||||
|
|||||||
Reference in New Issue
Block a user