Skip to content

Commit

Permalink
chore: cleanup bad commit after debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
b1ff committed Jul 11, 2023
1 parent 258d5e2 commit d269f55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ilc/common/UrlProcessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ class UrlProcessor {
}
}
}
// throw new Error(parsedUrl.toString())
return parsedUrl.toString().replace(this.#fakeBaseInCasesWhereUrlIsRelative, '');
};
}
Expand Down

0 comments on commit d269f55

Please sign in to comment.