diff --git a/packages/person-select/src/person-select.js b/packages/person-select/src/person-select.js
index df4e63386f6f8a101afbc669e14f24c9377ade14..8f87640141349deee75ba4203824cde71bf0418b 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");
             });
         });
     }