diff --git a/src/controllers/games/mp_share.js b/src/controllers/games/mp_share.js index c501e00..fc35153 100644 --- a/src/controllers/games/mp_share.js +++ b/src/controllers/games/mp_share.js @@ -11,7 +11,6 @@ const router = new Router(); router.post('/get_pic', async (req, res, next) => { const body = req.body; const opt = body.opt; - console.log(opt); try { const imgTempName = await painter(opt); diff --git a/src/temp/1561374259596.png b/src/temp/1561374259596.png deleted file mode 100644 index be41d15..0000000 Binary files a/src/temp/1561374259596.png and /dev/null differ diff --git a/src/temp/1561374267583.png b/src/temp/1561374267583.png deleted file mode 100644 index be41d15..0000000 Binary files a/src/temp/1561374267583.png and /dev/null differ