From bcc204fa932822f063c2df944e1c91ba5b2a271c Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 12 Jan 2026 15:42:33 -0500 Subject: [PATCH] fix: derp --- src/topics/crossposts.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/topics/crossposts.js b/src/topics/crossposts.js index 2308242220..b4ae973ad2 100644 --- a/src/topics/crossposts.js +++ b/src/topics/crossposts.js @@ -37,8 +37,6 @@ Crossposts.get = async function (tid) { }; Crossposts.add = async function (tid, cid, uid) { - console.log('ADD WAS CALLED!!', tid, cid, uid); - return; /** * NOTE: If uid is 0, the assumption is that it is a "system" crosspost, not a guest! * (Normally guest uid is 0)