mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 11:35:29 +01:00
Stop logging incoming Atom
This commit is contained in:
parent
87b618ab02
commit
68eed8c61f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user