From d8351f1ee344a6b1973b4f6ed75df0ad0cdb6df9 Mon Sep 17 00:00:00 2001 From: Panayiotis Lipiridis Date: Mon, 18 Jan 2021 23:56:30 +0200 Subject: [PATCH] remove console --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 0111dea..80be30a 100755 --- a/src/index.ts +++ b/src/index.ts @@ -22,7 +22,6 @@ server.listen(port, () => { const io = socketIO(server, { handlePreflightRequest: function (req, res) { - console.log("req", req.header); var headers = { "Access-Control-Allow-Headers": "Content-Type, Authorization", "Access-Control-Allow-Origin": "*",