Skip to content

Commit f58a625

Browse files
Clean up extra console.log
1 parent 569113a commit f58a625

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

asset/js/navigation.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ let i = 1;
1111
// and hiding a sub-menu. It includes the creation of any ARIA attributes needed
1212
// as well as any event listeners.
1313
function NewToggle(visibility, labelValue) {
14-
console.log('New toggle would be visibe? ' + visibility);
1514
const toggle = document.createElement('button');
1615
const toggleContent = document.createTextNode("+");
1716
toggle.appendChild(toggleContent);

0 commit comments

Comments
 (0)