Remove stray console.log. Not skipping CI because I think this may be causing the cucumber failures.
This commit is contained in:
parent
232c4b7931
commit
e0f8959647
1 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,5 @@
|
||||||
App.stream.collection.get(<%= @comment.post.id %>);
|
App.stream.collection.get(<%= @comment.post.id %>);
|
||||||
|
|
||||||
console.log(post);
|
|
||||||
|
|
||||||
ContentUpdater.addCommentToPost("<%= @comment.post.guid %>",
|
ContentUpdater.addCommentToPost("<%= @comment.post.guid %>",
|
||||||
"<%= @comment.guid%>",
|
"<%= @comment.guid%>",
|
||||||
"<%= escape_javascript(render(:partial => 'comments/comment', :locals => { :comment => @comment, :person => current_user.person, :post => @comment.post}))%>");
|
"<%= escape_javascript(render(:partial => 'comments/comment', :locals => { :comment => @comment, :person => current_user.person, :post => @comment.post}))%>");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue