Remove console log
This commit is contained in:
parent
6fa9c4c17b
commit
ba3a7d6d2e
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
( function () {
|
||||
let anchor = document.querySelector( '.navbar-brand' );
|
||||
console.log(anchor.tagName);
|
||||
if ( 'H1' === anchor.tagName ) {
|
||||
anchor = anchor.firstChild;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue