Skip to content
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.

Commit

Permalink
Removed extraneous console.log call
Browse files Browse the repository at this point in the history
  • Loading branch information
KrofDrakula committed Apr 28, 2011
1 parent 3d64231 commit 3c44b64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/02-flickr.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ <h1>Flickr Demo</h1>

$('#search').click(function(ev) {
$('.widget-flickr').API().refresh($('#tags').val());
console.debug($('#tags').val());
ev.preventDefault();
});
});
Expand Down

0 comments on commit 3c44b64

Please sign in to comment.