From 1637ee8117f903b4498aa2bfb2576b0662f865ce Mon Sep 17 00:00:00 2001 From: joshua stein Date: Thu, 3 Nov 2016 16:20:07 -0500 Subject: [PATCH] mail_new_activity: hat is in From header, no need to add in body --- script/mail_new_activity | 5 ----- 1 file changed, 5 deletions(-) diff --git a/script/mail_new_activity b/script/mail_new_activity index bcb4cb2..1214263 100755 --- a/script/mail_new_activity +++ b/script/mail_new_activity @@ -219,11 +219,6 @@ last_comment_id, false, false).order(:id).each do |c| body = [] - if c.hat - body.push "[ Posted while wearing #{c.hat.hat} hat ]" - body.push "" - end - # if the comment has hard line breaks at <80, it likely came from an # email, so don't re-wrap it at something shorter com = c.comment.to_s