remove log

This commit is contained in:
Barış Soner Uşaklı
2025-07-07 17:09:42 -04:00
parent 329f98d5db
commit 113607829f

View File

@@ -145,7 +145,6 @@ Controller.postInbox = async (req, res) => {
const method = String(req.body.type).toLowerCase();
if (!activitypub.inbox.hasOwnProperty(method)) {
winston.warn(`[activitypub/inbox] Received Activity of type ${method} but unable to handle. Ignoring.`);
console.log('[activitypub/inbox] method not found', method, req.body);
return res.sendStatus(200);
}