]> source.dussan.org Git - redmine.git/commitdiff
Removed debug messages.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 6 Jan 2013 13:29:25 +0000 (13:29 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 6 Jan 2013 13:29:25 +0000 (13:29 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11134 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/helpers/gantt.rb

index a760a3466737cf8d7e139409daef69b768af47e9..9aad579c5f7c3da1553fa9466cc3f26ab3d6ff4e 100644 (file)
@@ -297,7 +297,6 @@ module Redmine
             pdf_task(options, coords, :label => label, :markers => true, :height => 0.8)
           end
         else
-          ActiveRecord::Base.logger.debug "Gantt#line_for_project was not given a project with a start_date"
           ''
         end
       end
@@ -340,7 +339,6 @@ module Redmine
             pdf_task(options, coords, :label => label, :markers => true, :height => 0.8)
           end
         else
-          ActiveRecord::Base.logger.debug "Gantt#line_for_version was not given a version with a start_date"
           ''
         end
       end
@@ -398,7 +396,6 @@ module Redmine
             pdf_task(options, coords, :label => label)
         end
         else
-          ActiveRecord::Base.logger.debug "GanttHelper#line_for_issue was not given an issue with a due_before"
           ''
         end
       end