Removed log

This commit is contained in:
EpicUsername12 2023-04-20 03:40:31 +02:00
parent 70697b93f0
commit 7eaede2fee

View File

@ -93,8 +93,6 @@ router.post('/', multer().none(), async function (req, res) {
const paramPack = util.decodeParamPack(req.headers["x-nintendo-parampack"]);
let parent_community = await database.getCommunityByTitleIDs(paramPack.title_id);
if(!parent_community) res.sendStatus(404);
console.log(req.body);
let num_communities = await COMMUNITY.count();
let new_community = new COMMUNITY({