forked from shadowfacts/shadowfacts.net
Remove old console.log
This commit is contained in:
parent
9c0e7e8c68
commit
33c22a8b84
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue