summaryrefslogtreecommitdiff
path: root/app/controllers/comments_controller.rb
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-06-01 08:19:48 -0600
committermo khan <mo@mokhan.ca>2013-06-01 08:19:48 -0600
commitb47bb655f6199a09af4f230dd05820107aa26c41 (patch)
tree7b4c1502da6eb840c09e15baaa5e45f9d2305ef4 /app/controllers/comments_controller.rb
parentc57379a669aea372cf9f7083e2f5d2277e1575d6 (diff)
no really fix the specs this time.
Diffstat (limited to 'app/controllers/comments_controller.rb')
-rw-r--r--app/controllers/comments_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/comments_controller.rb b/app/controllers/comments_controller.rb
index bc172606..b1577c24 100644
--- a/app/controllers/comments_controller.rb
+++ b/app/controllers/comments_controller.rb
@@ -7,7 +7,6 @@ class CommentsController < ApplicationController
def create
comment = resolve(CommentOnCreationCommand).run(params)
- MixPanel.track("Added Comment", {} , @request_env)
redirect_to comment.commentable, :notice => 'Nice Comment!'
end
end