diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index b1e3a1b4..8a4f8f6d 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -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