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!,