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