From 882297793eac0a6bb22fe5275160bf9d58434e52 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio.bekerle@tugraz.at> Date: Mon, 27 Jan 2020 11:37:19 +0100 Subject: [PATCH] Remove debugger call and log output --- packages/person-select/src/vpu-person-select.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/person-select/src/vpu-person-select.js b/packages/person-select/src/vpu-person-select.js index 28074afc..602c8404 100644 --- a/packages/person-select/src/vpu-person-select.js +++ b/packages/person-select/src/vpu-person-select.js @@ -164,8 +164,6 @@ class PersonSelect extends LitElement { } } }).on("select2:select", function (e) { - console.log("select2:select"); - debugger // set custom element attributes const identifier = e.params.data.id; that.object = findObjectInApiResults(identifier, that.lastResult); -- GitLab