Skip to content

Commit

Permalink
Remove some noise from the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Oct 3, 2008
1 parent a874cc1 commit 0bea9b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/models/feed.rb
Expand Up @@ -16,7 +16,6 @@ def parse

def parse!
self.class.transaction do
puts "Reading: #{feed_url}"
feed = FeedParser.parse(open(feed_url))

raise "failed to read the feed" unless feed
Expand All @@ -30,9 +29,7 @@ def parse!

true
rescue
puts "ex: #{$!}"
raise $!
false
end

def reparse?
Expand Down

0 comments on commit 0bea9b2

Please sign in to comment.