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}`}) })