Skip to content

Commit

Permalink
fix(menubar): remove debugger; statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn committed Mar 12, 2016
1 parent d2b02c8 commit 3f34900
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/menuBar/menu-bar.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ describe('material.components.menuBar', function() {
}

function getOpenSubMenu() {
debugger;
var containers = document.body.querySelectorAll('._md-open-menu-container._md-active');
var lastContainer = containers.item(containers.length - 1);

Expand Down

0 comments on commit 3f34900

Please sign in to comment.