Skip to content

Commit 715eda1

Browse files
committed
Remove accidental console.log
1 parent ac45d5e commit 715eda1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pgcommitfest/commitfest/templates/selectize_js.html

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
if (this.$input.is('[multiple]')) {
2424
return;
2525
}
26-
console.log(this.getValue());
2726
this.lastValue = this.getValue();
2827
this.clear(false);
2928
},

0 commit comments

Comments
 (0)