Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57c0b74

Browse files
committed
removed the console.log
1 parent 10fbc8b commit 57c0b74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

homework/App.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ class App {
7272
});
7373

7474
let keyIndex;
75-
console.log(selectBox.value);
7675
Object.keys(repos).forEach(key => {
7776
if (selectBox.value === repos[key].name) {
7877
keyIndex = key;

0 commit comments

Comments
 (0)