Remove old console.log

This commit is contained in:
Shadowfacts 2021-04-08 21:42:28 -04:00
parent 9c0e7e8c68
commit 33c22a8b84
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ export default function inbox(router: Router) {
}
function handleInbox(req: Request, res: Response) {
console.log(req.body);
const activity = req.body as Activity;
if (activity.type === "Follow") {
handleFollow(activity, req, res);