Remove console log

This commit is contained in:
IanDelMar 2022-08-12 03:07:42 +02:00
parent 6fa9c4c17b
commit ba3a7d6d2e
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
( function () {
let anchor = document.querySelector( '.navbar-brand' );
console.log(anchor.tagName);
if ( 'H1' === anchor.tagName ) {
anchor = anchor.firstChild;
}