From 73c9fec3e12c372752a48616f78733edf58ce819 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio.bekerle@tugraz.at> Date: Tue, 6 Aug 2019 13:22:18 +0200 Subject: [PATCH] Remove console.log --- packages/person-select/src/person-select.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/person-select/src/person-select.js b/packages/person-select/src/person-select.js index df4e6338..8f876401 100644 --- a/packages/person-select/src/person-select.js +++ b/packages/person-select/src/person-select.js @@ -39,7 +39,6 @@ class PersonSelect extends VPULitElementJQuery { // the 500ms delay is a workaround to actually get an item selected when clicking on it, // because the blur gets also fired when clicking in the selector setTimeout(() => {that.$select.select2('close')}, 500); - console.log("blur"); }); }); } -- GitLab