Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 4347abb

Browse files
committed
[refactor] remove logging
1 parent 46bccd8 commit 4347abb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/js/menu.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,11 @@ var menu = (function() {
109109
menu.tabIndex = 1;
110110
menu.querySelectorAll("[tabindex]").forEach(function(arrayItem, index) {
111111
arrayItem.tabIndex = 1;
112-
console.log(arrayItem);
113112
});
114113
} else {
115114
menu.tabIndex = -1;
116115
menu.querySelectorAll("[tabindex]").forEach(function(arrayItem, index) {
117116
arrayItem.tabIndex = -1;
118-
console.log(arrayItem);
119117
});
120118
};
121119
};

0 commit comments

Comments
 (0)