mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-05 16:48:47 +00:00
fix: remove extra console.log
This commit is contained in:
@@ -70,7 +70,6 @@ export const proxyService = mkSingleton(async (config: ProxyServiceConfig) => {
|
||||
)
|
||||
for (let i = 0; i < middleware.length; i++) {
|
||||
const m = middleware[i]!
|
||||
console.log(`Executing middleware`)
|
||||
const handled = await m(req, res)
|
||||
if (handled) break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user