]> cat aescling's git repositories - mastodon.git/commitdiff
Stop logging incoming Atom
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 10 Oct 2016 16:16:39 +0000 (18:16 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 10 Oct 2016 16:16:39 +0000 (18:16 +0200)
app/controllers/api/subscriptions_controller.rb

index b515937217dc157c3e1d03babe7a94c8260ed7d2..c3aeee94d4910c0adf59cd947c65b7d5345030a7 100644 (file)
@@ -15,8 +15,6 @@ class Api::SubscriptionsController < ApiController
     body = request.body.read
     subscription = @account.subscription(api_subscription_url(@account.id))
 
-    Rails.logger.debug body
-
     if subscription.verify(body, request.headers['HTTP_X_HUB_SIGNATURE'])
       ProcessFeedService.new.call(body, @account)
       head 201