From b826ffb3ce232f4bfe3c8830a434ee6a79ad26cd Mon Sep 17 00:00:00 2001 From: yulixing Date: Tue, 27 Aug 2019 14:49:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4console.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/games/gift.js | 1 - 1 file changed, 1 deletion(-) 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({