mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
🔥 Remove unnecessary log
This commit is contained in:
parent
c37ce625e3
commit
bd21350a87
1 changed files with 0 additions and 5 deletions
|
@ -28,11 +28,6 @@ export async function moderateContent(content: Array<string | undefined>) {
|
|||
|
||||
const textToModerate = content.filter(Boolean).join("\n");
|
||||
|
||||
// Log that moderation is being performed (without logging the actual content)
|
||||
console.info(
|
||||
`🔍 Performing content moderation check (content length: ${textToModerate.length} chars)`,
|
||||
);
|
||||
|
||||
// First check for suspicious patterns (faster)
|
||||
const hasSuspiciousPatterns = containsSuspiciousPatterns(textToModerate);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue