Skip to content

Commit

Permalink
Removing debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
AnilRh committed Jan 23, 2024
1 parent 3da8ffa commit 453a748
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rpush/daemon/fcm/delivery.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def other_5xx_error(response)

def parse_error(response)
error = multi_json_load(response.body)['error']
puts "PARSED: #{error} #{error['message']}"
"#{error['status']}: #{error['message']}"
end

Expand Down

0 comments on commit 453a748

Please sign in to comment.