Removed debug code

canary
WolverinDEV 2019-11-06 14:52:53 +01:00
parent 2fbf45c5e6
commit 95a1b5d900
1 changed files with 0 additions and 1 deletions

View File

@ -669,7 +669,6 @@ if(typeof jQuery !== 'undefined'){
setup_options = options;
window.addEventListener('click', event => {
console.error("%o - %o", event.target);
const close_tags = open_pickers.filter(e => !e.tag[0].contains(event.target as Node));
for(const c of close_tags) {
c.close();