mirror of
https://github.com/PretendoNetwork/miiverse-api.git
synced 2026-07-08 13:33:53 -05:00
Removed log
This commit is contained in:
parent
70697b93f0
commit
7eaede2fee
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user