Skip to content

Commit

Permalink
remove stray console log
Browse files Browse the repository at this point in the history
  • Loading branch information
honestbleeps committed Oct 12, 2014
1 parent 48b5fe1 commit 634a34f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/modules/showImages.js
Original file line number Diff line number Diff line change
Expand Up @@ -2280,7 +2280,6 @@ modules['showImages'] = {
var def = $.Deferred();
var groups = hashRe.exec(elem.href);

console.log(groups, elem.href);
if (!groups) return def.reject();
var href = elem.href.toLowerCase();

Expand Down

0 comments on commit 634a34f

Please sign in to comment.