Skip to content

Commit

Permalink
Removed a couple log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
adamalbrecht committed Nov 24, 2013
1 parent 79d514c commit 7df294c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions popup.js
Expand Up @@ -7,7 +7,6 @@ function setupEvents() {
$('#refresh').click(refreshLinks);
$('#searchbox').keypress(searchOnEnter);
$('a#options').click(function(){
console.log("CLICKED THE OPTIONS LINK");
openOptions();
});
}
Expand Down Expand Up @@ -78,7 +77,6 @@ function search() {
}

function refreshLinks() {
console.log('refreshing!');
var linkTable = document.getElementById("feed");
while(linkTable.hasChildNodes()) linkTable.removeChild(linkTable.firstChild); //Remove all current links
toggle("container");
Expand Down

0 comments on commit 7df294c

Please sign in to comment.