diff --git a/app/logical/sources/site.rb b/app/logical/sources/site.rb index d3404662e..b88d50201 100644 --- a/app/logical/sources/site.rb +++ b/app/logical/sources/site.rb @@ -13,7 +13,6 @@ module Sources Site.strategies.each do |strategy| if strategy.url_match?(url) @strategy = strategy.new(url) - get break end end