remove log

This commit is contained in:
MathMan05
2026-03-07 00:58:31 +01:00
committed by Rory&
parent 5ea17cfc6c
commit c9538fdad1
-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) {