Skip to content

Commit

Permalink
Fixed issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhellsten committed Dec 2, 2011
1 parent 9c41b7f commit 17735b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/panoramio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def all_photos(options = {})
output = []
i = 0
loop do
puts i
opts = options.clone.merge({ :from => i, :to => i + 100 })
new_photos = photos(opts)
return output if new_photos.nil? || !new_photos.size
Expand Down

0 comments on commit 17735b7

Please sign in to comment.