Skip to content

Commit

Permalink
fixing greedy require and removing errant debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy6d committed Jul 26, 2010
1 parent 79d3288 commit a0d8872
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lldotorg.rb
@@ -1,4 +1,4 @@
require File.join %w(.. greedy lib greedy)
require 'greedy'
require 'nokogiri'
require 'active_support'
require 'haml'
Expand Down Expand Up @@ -71,8 +71,7 @@ def generate_site! #(*filters)
end

page_number += 1
entries = next_entries
debugger
entries = next_entries
end

generate_css!
Expand Down

0 comments on commit a0d8872

Please sign in to comment.