remove console log

This commit is contained in:
Simon Vieille 2021-06-09 16:22:56 +02:00
parent d34bb1daed
commit 91202e6c94
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@ module.exports = function() {
return
}
console.log(href)
const tab = $('.tab-pane ' + href)
if (!tab.length) {