From 9c66e6aac6200c34afa74d8c4d178374dd5ef5ca Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Thu, 13 Mar 2025 15:39:18 -0500 Subject: [PATCH] test(apihits): monitoring this still to make sure its working as intended but low priority --- server/globalUtils/apiHits.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/globalUtils/apiHits.ts b/server/globalUtils/apiHits.ts index 5afb535..393d8ef 100644 --- a/server/globalUtils/apiHits.ts +++ b/server/globalUtils/apiHits.ts @@ -21,7 +21,7 @@ export const apiHit = async ( // Extract IP from request headers or connection info const forwarded = c.req.header("host"); - console.log(forwarded); + //console.log(forwarded); // Validate the data const checkData = { ip: forwarded!,