Skip to content

Commit

Permalink
Only print point ID
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBack committed Feb 6, 2021
1 parent d159330 commit c117eff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/tasks/points.rake
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ namespace :points do
if point.save

puts "Point ID: "+ point.id.to_s
puts "Point created_at: " + point.created_at.to_s
puts "Point updated_at: " + point.updated_at.to_s
@point_comment = PointComment.new()
@point_comment.summary = status_badge('declined') + raw('<br>') + 'Point automatically declined as no activity have been monitored over a course of 2 months'
@point_comment.user_id = "21311"
Expand Down

0 comments on commit c117eff

Please sign in to comment.