chore: remove some unnecessary logs
This commit is contained in:
parent
ecd30db215
commit
2f2da18994
@ -353,7 +353,6 @@ const setUpProxies = (express, opts, xo) => {
|
|||||||
if (startsWith(url, prefix)) {
|
if (startsWith(url, prefix)) {
|
||||||
const target = opts[prefix]
|
const target = opts[prefix]
|
||||||
|
|
||||||
console.log('proxy.web', url, target + url.slice(prefix.length))
|
|
||||||
proxy.web(req, res, {
|
proxy.web(req, res, {
|
||||||
target: target + url.slice(prefix.length)
|
target: target + url.slice(prefix.length)
|
||||||
})
|
})
|
||||||
@ -378,7 +377,6 @@ const setUpProxies = (express, opts, xo) => {
|
|||||||
if (startsWith(url, prefix)) {
|
if (startsWith(url, prefix)) {
|
||||||
const target = opts[prefix]
|
const target = opts[prefix]
|
||||||
|
|
||||||
console.log('proxy.ws', url, target + url.slice(prefix.length))
|
|
||||||
proxy.ws(req, socket, head, {
|
proxy.ws(req, socket, head, {
|
||||||
target: target + url.slice(prefix.length)
|
target: target + url.slice(prefix.length)
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user