remove leftover console.log

This commit is contained in:
Sainan 2025-01-05 05:27:16 +01:00
parent 085fac5180
commit 31e13c6097

View File

@ -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)}`);
}
};