You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/tasks/points.rake
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,6 @@ namespace :points do
15
15
ifpoint.save
16
16
17
17
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
20
18
@point_comment=PointComment.new()
21
19
@point_comment.summary=status_badge('declined') + raw('<br>') + 'Point automatically declined as no activity have been monitored over a course of 2 months'
0 commit comments