diff --git a/src/controllers/games/gift.js b/src/controllers/games/gift.js index 8cc458d..57fe188 100644 --- a/src/controllers/games/gift.js +++ b/src/controllers/games/gift.js @@ -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({