diff --git a/src/controllers/api/infestedFoundryController.ts b/src/controllers/api/infestedFoundryController.ts index 53e29ed5..db1d26f8 100644 --- a/src/controllers/api/infestedFoundryController.ts +++ b/src/controllers/api/infestedFoundryController.ts @@ -212,7 +212,6 @@ export const infestedFoundryController: RequestHandler = async (req, res) => { } default: - console.log(String(req.body)); throw new Error(`unhandled infestedFoundry mode: ${String(req.query.mode)}`); } };