##// END OF EJS Templates
Removes debug code....
Jean-Philippe Lang -
r2851:6842941adcaf
parent child
Show More
@@ -325,7 +325,6 module ApplicationHelper
325 end
325 end
326
326
327 def html_title(*args)
327 def html_title(*args)
328 puts "HTML_TITLE #{args.join(',')}"
329 if args.empty?
328 if args.empty?
330 title = []
329 title = []
331 title << @project.name if @project
330 title << @project.name if @project
General Comments 0
You need to be logged in to leave comments. Login now