Skip to content
Snippets Groups Projects
Commit 203ceaaf authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Remove some debug output

parent 0c2785f5
No related branches found
No related tags found
No related merge requests found
...@@ -193,8 +193,6 @@ class PersonSelect extends VPULitElementJQuery { ...@@ -193,8 +193,6 @@ class PersonSelect extends VPULitElementJQuery {
} }
break; break;
case "value": case "value":
console.log("oldValue: " + oldValue);
console.log("this.value: " + this.value);
if (!this.ignoreValueUpdate && this.$select !== null && this.$select.hasClass("select2-hidden-accessible")) { if (!this.ignoreValueUpdate && this.$select !== null && this.$select.hasClass("select2-hidden-accessible")) {
this.initSelect2(); this.initSelect2();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment