Skip to content

Commit

Permalink
Remove stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
gyng committed Dec 21, 2019
1 parent b77ee92 commit e08dab1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ const Menus = {
// 3. Parse depth
// 4. Construct menu items
pathsArray.forEach((dir, i) => {
console.log(dir);
// HACK
if (dir === SPECIAL_DIRS.SEPARATOR) {
Menus.makeSeparator(contexts);
Expand Down

0 comments on commit e08dab1

Please sign in to comment.