removed console log

This commit is contained in:
Jack 2020-06-11 18:39:46 +01:00
parent 63d528893b
commit 6504e6b4a1

View file

@ -111,7 +111,6 @@ function updateActiveTags(){
$.each($('.pageSettings .section.tags .tagsList .tag'), (index, tag) => {
if($(tag).children('.active').attr('active') === 'true') activeTags.push($(tag).attr('id'));
})
console.log(activeTags);
}
//smooth caret