refactor: remove console log

This commit is contained in:
alistair3149 2023-08-31 15:35:44 -04:00
parent 5a2735121f
commit ca4df6d884
No known key found for this signature in database

View file

@ -94,7 +94,6 @@ ve.ce.MWTabberNode.prototype.renderHeader = function ( tabber ) {
header.append( tabList, indicator );
console.log( tabList );
indicator.style.width = tabList.firstElementChild.offsetWidth + 'px';
element.classList.add( 'tabber--live' );