Skip to content

Commit 878d737

Browse files
committed
Removed console log.
1 parent 75b47db commit 878d737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.soliloquy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ http://github.com/devth/soliloquy
241241
if ( post.comments && $.isArray( post.comments.data ) ){
242242
html += '<div class="comments">';
243243
$.each( post.comments.data, function(index, comment){
244-
console.log( comment);
244+
// console.log( comment);
245245

246246
var commenter_thumb = "http://graph.facebook.com/" + comment.from.id + "/picture?type=square";
247247

0 commit comments

Comments
 (0)