@@ -297,7 +297,6 module Redmine | |||
|
297 | 297 | pdf_task(options, coords, :label => label, :markers => true, :height => 0.8) |
|
298 | 298 | end |
|
299 | 299 | else |
|
300 | ActiveRecord::Base.logger.debug "Gantt#line_for_project was not given a project with a start_date" | |
|
301 | 300 | '' |
|
302 | 301 | end |
|
303 | 302 | end |
@@ -340,7 +339,6 module Redmine | |||
|
340 | 339 | pdf_task(options, coords, :label => label, :markers => true, :height => 0.8) |
|
341 | 340 | end |
|
342 | 341 | else |
|
343 | ActiveRecord::Base.logger.debug "Gantt#line_for_version was not given a version with a start_date" | |
|
344 | 342 | '' |
|
345 | 343 | end |
|
346 | 344 | end |
@@ -398,7 +396,6 module Redmine | |||
|
398 | 396 | pdf_task(options, coords, :label => label) |
|
399 | 397 | end |
|
400 | 398 | else |
|
401 | ActiveRecord::Base.logger.debug "GanttHelper#line_for_issue was not given an issue with a due_before" | |
|
402 | 399 | '' |
|
403 | 400 | end |
|
404 | 401 | end |
General Comments 0
You need to be logged in to leave comments.
Login now