Skip to content

Commit

Permalink
removed obsolete debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
mthiede committed Jun 13, 2010
1 parent 4f34129 commit 6295a5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/concrete/server.rb
Expand Up @@ -36,7 +36,6 @@ def handleRequest(req, res)
elsif req.path =~ /^\/syntax\/(.*)/ && @syntaxProvider.selectedSyntax
File.open(@syntaxProvider.selectedSyntax.dir+"/"+$1, "rb") do |f|
res.body = f.read
puts res.body.size
end
elsif req.path =~ /^\/concrete\/(.*)/
File.open(File.dirname(__FILE__)+"/../../"+$1, "rb") do |f|
Expand Down

0 comments on commit 6295a5c

Please sign in to comment.