Remove debug code.

This commit is contained in:
bootstraponline
2012-06-03 14:00:50 -06:00
parent 57bc23779d
commit 21840bb344
-4
View File
@@ -225,10 +225,6 @@ module Precious
get '/fileview' do
wiki = Gollum::Wiki.new(settings.gollum_path, settings.wiki_options)
@results = Gollum::FileView.new(wiki.pages).render_files
File.open('/tmp/log.txt', 'w') {|f|
f.puts "log!"
f.puts @results
}
@ref = wiki.ref
mustache :file_view
end