mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
purge console logs
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user