Removes debug code.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2965 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2009-10-24 12:33:34 +00:00
parent 383b2bd903
commit 6842941adc
1 changed files with 0 additions and 1 deletions

View File

@ -325,7 +325,6 @@ module ApplicationHelper
end
def html_title(*args)
puts "HTML_TITLE #{args.join(',')}"
if args.empty?
title = []
title << @project.name if @project