From 3da383f5e74ce6b27263e9de896d14d9c0e9ba65 Mon Sep 17 00:00:00 2001 From: Prateek Surana Date: Mon, 22 Jan 2024 16:02:25 +0530 Subject: [PATCH] Remove stray comments --- lib/build/fetch.js | 1 - lib/ts/fetch.ts | 2 -- 2 files changed, 3 deletions(-) diff --git a/lib/build/fetch.js b/lib/build/fetch.js index 49551aff..542fef50 100644 --- a/lib/build/fetch.js +++ b/lib/build/fetch.js @@ -461,7 +461,6 @@ var AuthHttpRequest = /** @class */ (function () { if (!AuthHttpRequest.initCalled) { throw Error("init function not called"); } - // url = url.replace("http://localhost.org:8080", ""); (0, logger_1.logDebugMessage)("doRequest: start of fetch interception"); doNotDoInterception = false; try { diff --git a/lib/ts/fetch.ts b/lib/ts/fetch.ts index c52ada12..b3472cc1 100644 --- a/lib/ts/fetch.ts +++ b/lib/ts/fetch.ts @@ -215,8 +215,6 @@ export default class AuthHttpRequest { throw Error("init function not called"); } - // url = url.replace("http://localhost.org:8080", ""); - logDebugMessage("doRequest: start of fetch interception"); let doNotDoInterception = false; try {