Skip to content

Commit

Permalink
Remove debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
KL-7 committed Jul 10, 2012
1 parent 51b9cc3 commit 1ad3226
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions application.rb
Expand Up @@ -15,11 +15,6 @@ class Application < Sinatra::Base
set :sass, :style => :compressed
end

before do
puts "PATH_INFO #{request.path_info.inspect}"
puts "PARAMS #{request.params.inspect}"
end

get "/style.css" do
sass :style
end
Expand Down

0 comments on commit 1ad3226

Please sign in to comment.