Skip to content

Commit

Permalink
Don't log duplicate report state (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Mar 14, 2022
1 parent 9728fab commit 77217e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Hammer/Services/MessageReportService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public async Task ReportMessageAsync(DiscordMessage message, DiscordMember repor
}

bool duplicateReport = HasUserReportedMessage(message, reporter);
Logger.Debug(duplicateReport);
if (duplicateReport)
{
Logger.Info(LogMessages.DuplicateMessageReport.FormatSmart(new {user = reporter, message}));
Expand Down

0 comments on commit 77217e7

Please sign in to comment.