We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b47db commit 878d737Copy full SHA for 878d737
src/jquery.soliloquy.js
@@ -241,7 +241,7 @@ http://github.com/devth/soliloquy
241
if ( post.comments && $.isArray( post.comments.data ) ){
242
html += '<div class="comments">';
243
$.each( post.comments.data, function(index, comment){
244
- console.log( comment);
+ // console.log( comment);
245
246
var commenter_thumb = "http://graph.facebook.com/" + comment.from.id + "/picture?type=square";
247
0 commit comments