Skip to content

Commit

Permalink
remove leftover console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
aehlke committed Jun 14, 2011
1 parent 2de2f58 commit 7241edd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/tag-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@
.append(removeTagIcon)
.click(function(e) {
var target = $(e.target);
console.log(target);
// Removes a tag when the little 'x' is clicked.
that.removeTag(tag);
});
Expand Down

0 comments on commit 7241edd

Please sign in to comment.