diff --git a/app.js b/app.js index f969d05..92a95ab 100644 --- a/app.js +++ b/app.js @@ -70,7 +70,6 @@ app.get('/twitch/oauth/login/:type', async (req, res) => { // Twitch Panel app.get('/twitch/panel/:file', async (req, res) => { - console.log(req.socket) console.log(`${new Date().toLocaleString()} - ${req.method} ${req._parsedUrl.pathname} from ${req.socket.remoteAddress}`) let file = req.params.file