1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
This commit is contained in:
Eugen Rochko 2016-10-05 13:40:14 +02:00
parent f254da17f6
commit 2febc6ed65

View file

@ -34,5 +34,4 @@ class FetchRemoteStatusService < BaseService
rescue Nokogiri::XML::XPath::SyntaxError
Rails.logger.debug "Invalid XML or missing namespace"
end
end
end