mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-14 04:14:53 +00:00
chore(root): remove debugging
This commit is contained in:
@@ -118,7 +118,7 @@ export const proxyService = mkSingleton(async (config: ProxyServiceConfig) => {
|
||||
})
|
||||
|
||||
server.use((req, res, next) => {
|
||||
info(`Incoming request ${res.locals.sig}`, req.headers)
|
||||
info(`Incoming request ${res.locals.sig}`)
|
||||
next()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user