From 3a2a745d50f8d40d165168cbe4d737b4675a88e7 Mon Sep 17 00:00:00 2001 From: rednotsus Date: Tue, 27 Feb 2024 21:13:48 -0600 Subject: [PATCH] remove spammy logs --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 9d95ff99..5f99b327 100644 --- a/index.js +++ b/index.js @@ -55,7 +55,6 @@ async function fetchData(req, res, next, baseUrl) { .send( "Not found, please clear your cache, or email me at support@rednotsus.xyz, If this issue persists, try clicking here and if it works, change your bookmark to the new link." ); - console.log("Could not Fetch", reqTarget); } } }