fix: remove debug

This commit is contained in:
Derrick Hammer 2023-10-18 08:50:23 -04:00
parent 532fab5ca4
commit ab103d4f0a
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ export default class URLRewriteFilter implements ContentFilter {
function isICANN(url: string) {
if (url.startsWith("//")) {
debugger;
url = `https:${url}`;
}
try {