diff --git a/server.js b/server.js index dbc4021..0cddb1a 100644 --- a/server.js +++ b/server.js @@ -79,7 +79,7 @@ module.exports = (client) => { }); }); app.get('/update', async (req, res) => { - console.log(req.headers['user-agent']); + //console.log(req.headers['user-agent']); if (req.headers.authorization === 'Update') { await exec('git pull') .then((r) => {