console.log deleted
This commit is contained in:
parent
5f4dfe6d75
commit
e8b9e509b1
|
@ -40,7 +40,6 @@ export default class Textfield extends Input {
|
||||||
|
|
||||||
$postLink() {
|
$postLink() {
|
||||||
this.saveOldValue();
|
this.saveOldValue();
|
||||||
console.log(this.value, this.oldValue);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
saveOldValue() {
|
saveOldValue() {
|
||||||
|
|
Loading…
Reference in New Issue