Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Jul 18, 2024
1 parent 73b17e2 commit 6e6e727
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mu-plugins/blocks/local-navigation-bar/src/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ function init() {

const usedFullWidth = Math.ceil( fullTitleWidth ) + Math.ceil( navWidth );
const usedShortWidth = Math.ceil( soloTitleWidth ) + Math.ceil( navWidth );
console.log( { availableWidth, usedFullWidth, usedShortWidth } );

if ( availableWidth > usedFullWidth ) {
// Screen is large enough for everything, show all.
Expand Down

0 comments on commit 6e6e727

Please sign in to comment.