From 6953710404b1261aca5f7e7110583b8be5d81877 Mon Sep 17 00:00:00 2001 From: zzhhaa Date: Wed, 18 Dec 2024 11:34:07 +0000 Subject: [PATCH] chore: remove console.log --- app/data/gdhiRepo.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/data/gdhiRepo.ts b/app/data/gdhiRepo.ts index 1760115..b96c3be 100644 --- a/app/data/gdhiRepo.ts +++ b/app/data/gdhiRepo.ts @@ -10,7 +10,6 @@ const getGDHIByITL3 = async (itl3: string): Promise => { }, select: { gdhi: true }, }); - console.log('Result:', gdhi); return gdhi; } catch (error) { throw Error(`Data error: Unable to find gdhi for itl3 ${itl3}`);