From e0f895964707b529c6e73d81bcd1f98fafba0cc4 Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Sun, 8 Jan 2012 03:24:11 -0800 Subject: [PATCH] Remove stray console.log. Not skipping CI because I think this may be causing the cucumber failures. --- app/views/comments/create.js.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/comments/create.js.erb b/app/views/comments/create.js.erb index 8473159fe..5cf3cb461 100644 --- a/app/views/comments/create.js.erb +++ b/app/views/comments/create.js.erb @@ -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}))%>");