删除console.log

This commit is contained in:
yulixing 2019-08-27 14:49:10 +08:00
parent fbd112071f
commit b826ffb3ce

View File

@ -11,7 +11,6 @@ router.get('/', async (req, res, next) => {
deleted: false,
}
if (query.game_id) opt.game_id = query.game_id
console.log(opt)
try {
const result = await GameGift.find(opt)
res.send({