purge console logs

This commit is contained in:
ManishMadan2882
2024-02-14 18:48:43 +05:30
parent 7a005ef126
commit 44f27d91a0

View File

@@ -50,7 +50,6 @@ router.render = (req, res) => {
res.status(404).jsonp({});
}
} else if (req.url === "/stream" && req.method === "POST") {
console.log('pinged !')
res.writeHead(200, {
'Content-Type': 'text/event-stream',
'Cache-Control': 'no-cache',