Skip to content

Commit

Permalink
undebug
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenAsJade committed Dec 3, 2023
1 parent b6f33aa commit eb4aeb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/report_manager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ class ReportManager extends EventEmitter<Events> {

// Never give a claimed report to community moderators
if (!user.is_moderator && report.moderator?.id) {
console.log("Not giving to community moderator", report.id);
return false;
}

Expand Down

0 comments on commit eb4aeb9

Please sign in to comment.