Skip to content

Commit

Permalink
removed unnecessary console log
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmurphy01 committed Nov 28, 2017
1 parent cdf8a0c commit c5e54f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ function openDropdown() {
}

function itemClick(repo) {
console.log('item clicked: ' + repo)
// add the item to the most used list
addToMostUsed(repo)

Expand Down

0 comments on commit c5e54f3

Please sign in to comment.