Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit d0a128e

Browse files
authored
removing test comment
1 parent 682b932 commit d0a128e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

lib/http-proxy/common.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,6 @@ common.setupOutgoing = function (outgoing, options, req, forward) {
109109
const query = urlParts.slice(1).join("?");
110110
const outgoingPath = !options.ignorePath ? (!options.toProxy ? pathToAppend + (query ? `?${query}` : "") : req.url) : "";
111111

112-
if (options.ignorePath === true) {
113-
console.log("TESTANDO IGNORE PATH");
114-
console.log(outgoingPath);
115-
console.log(targetPath);
116-
console.log(options);
117-
}
118112
outgoing.path = common.urlJoin(targetPath, outgoingPath);
119113

120114
if (options.changeOrigin) {

0 commit comments

Comments
 (0)