From 057ebc442ef994bfa3edb766c5505218f1e6214a Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 3 Oct 2025 16:19:22 -0500 Subject: [PATCH] Cleanup --- src/components/moderation/ReportDialog/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/moderation/ReportDialog/index.tsx b/src/components/moderation/ReportDialog/index.tsx index 8da7342197..64bfca68c6 100644 --- a/src/components/moderation/ReportDialog/index.tsx +++ b/src/components/moderation/ReportDialog/index.tsx @@ -156,8 +156,6 @@ function Inner(props: ReportDialogProps) { const hasSupportedLabelers = !!supportedLabelers.length const hasSingleSupportedLabeler = supportedLabelers.length === 1 - console.log(supportedLabelers) - const onSubmit = React.useCallback(async () => { dispatch({type: 'clearError'}) @@ -263,7 +261,7 @@ function Inner(props: ReportDialogProps) {