From ed67c1e63b4e3ffa2abb14875fbd319f7fc04896 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Mon, 18 Dec 2023 22:30:46 +0100 Subject: [PATCH] Remove console log --- src/utils/proxyUrls.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/proxyUrls.ts b/src/utils/proxyUrls.ts index 645c8329..3efd59e3 100644 --- a/src/utils/proxyUrls.ts +++ b/src/utils/proxyUrls.ts @@ -61,7 +61,6 @@ export function getParsedUrls() { }); }); - console.log(urls, output); return output; }