remove log

This commit is contained in:
MathMan05
2026-03-20 16:31:32 +01:00
committed by Rory&
parent bb85a2a6f2
commit fad4769841
-1
View File
@@ -773,7 +773,6 @@ export async function postHandleMessage(message: Message) {
const linkMatches = content?.match(LINK_REGEX) || [];
message.clean_data();
const data = { ...message.toJSON() };
console.log(message);
const currentNormalizedUrls = new Set<string>();
for (const link of linkMatches) {