From ee4f342f0ccbd8cfa5e6076d780b28f2fddd3bdc Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Sat, 10 Oct 2020 01:46:30 +0800 Subject: [PATCH] init --- routes/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/routes/index.js b/routes/index.js index 0d634ff..8d4166f 100644 --- a/routes/index.js +++ b/routes/index.js @@ -14,8 +14,6 @@ router.post('/server', function(req, res, next) { res.json({message:'自动部署服务端失败'}) return; } - console.log(`stdout: ${stdout}`); - console.log(`stderr: ${stderr}`); res.json({message:`开始自动部署服务端,版本号:${updated_at}`}) })