mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 12:29:46 +08:00
removed console log
This commit is contained in:
parent
63d528893b
commit
6504e6b4a1
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue