mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-29 07:39:00 +00:00
remove log
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user