chore(root): remove debugging

This commit is contained in:
Ben Allfree
2024-07-26 08:31:18 +00:00
parent 3d6dd69144
commit c4de3c3870

View File

@@ -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()
})