Skip to content

Commit c117eff

Browse files
committed
Only print point ID
1 parent d159330 commit c117eff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/tasks/points.rake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ namespace :points do
1515
if point.save
1616

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

0 commit comments

Comments
 (0)