diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-06 13:29:25 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-06 13:29:25 +0000 |
commit | 114537530f3a87bd3d988bf1b22bc59392040828 (patch) | |
tree | 33c1d09ec6eada6d27e3ea9f829ced2468c0baa6 /lib | |
parent | fc19b180c871e6b159554045f4919074489821e2 (diff) | |
download | redmine-114537530f3a87bd3d988bf1b22bc59392040828.tar.gz redmine-114537530f3a87bd3d988bf1b22bc59392040828.zip |
Removed debug messages.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11134 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r-- | lib/redmine/helpers/gantt.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/redmine/helpers/gantt.rb b/lib/redmine/helpers/gantt.rb index a760a3466..9aad579c5 100644 --- a/lib/redmine/helpers/gantt.rb +++ b/lib/redmine/helpers/gantt.rb @@ -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 |