Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
zz-hh-aa committed Dec 18, 2024
1 parent e402b47 commit 6953710
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/data/gdhiRepo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const getGDHIByITL3 = async (itl3: string): Promise<number> => {
},
select: { gdhi: true },
});
console.log('Result:', gdhi);
return gdhi;
} catch (error) {
throw Error(`Data error: Unable to find gdhi for itl3 ${itl3}`);
Expand Down

0 comments on commit 6953710

Please sign in to comment.