Remove stray console.log. Not skipping CI because I think this may be causing the cucumber failures.

This commit is contained in:
Sarah Mei 2012-01-08 03:24:11 -08:00
parent 232c4b7931
commit e0f8959647

View file

@ -1,7 +1,5 @@
App.stream.collection.get(<%= @comment.post.id %>);
console.log(post);
ContentUpdater.addCommentToPost("<%= @comment.post.guid %>",
"<%= @comment.guid%>",
"<%= escape_javascript(render(:partial => 'comments/comment', :locals => { :comment => @comment, :person => current_user.person, :post => @comment.post}))%>");