diff options
| author | mo khan <mo@mokhan.ca> | 2013-06-01 08:19:48 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-06-01 08:19:48 -0600 |
| commit | b47bb655f6199a09af4f230dd05820107aa26c41 (patch) | |
| tree | 7b4c1502da6eb840c09e15baaa5e45f9d2305ef4 /app/controllers/comments_controller.rb | |
| parent | c57379a669aea372cf9f7083e2f5d2277e1575d6 (diff) | |
no really fix the specs this time.
Diffstat (limited to 'app/controllers/comments_controller.rb')
| -rw-r--r-- | app/controllers/comments_controller.rb | 1 |
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 |
