Stop logging incoming Atom
This commit is contained in:
		
							parent
							
								
									61d7c88408
								
							
						
					
					
						commit
						ad2a5cc79f
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -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 a new issue