Skip to content

Commit

Permalink
Removing print that wasn't needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jperelli committed Feb 12, 2017
1 parent d45865a commit ecaf8d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/scheduled_tasks_checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def self.checktasks!
description.gsub!('**PREVIOUS_MONTHNAME**', I18n.localize(now - 2592000, :format => "%B"))
description.gsub!('**PREVIOUS_MONTH**', I18n.localize(now - 2592000, :format => "%m"))

print "assigning #{subject}\n"
issue = Issue.new(:project_id=>task.project_id, :tracker_id=>task.tracker_id, :category_id=>task.issue_category_id, :assigned_to_id=>task.assigned_to_id, :author_id=>task.author_id, :subject=>subject, :description=>description);
issue.start_date ||= Date.today if task.set_start_date?
if task.due_date_number
Expand Down

0 comments on commit ecaf8d1

Please sign in to comment.