From c5e54f393db0d483de0717af38aaa76da9194a93 Mon Sep 17 00:00:00 2001 From: John Murphy Date: Tue, 28 Nov 2017 10:25:14 -0600 Subject: [PATCH] removed unnecessary console log --- app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app.js b/app.js index bb82a16..66abe5a 100644 --- a/app.js +++ b/app.js @@ -390,7 +390,6 @@ function openDropdown() { } function itemClick(repo) { - console.log('item clicked: ' + repo) // add the item to the most used list addToMostUsed(repo)