Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
iafhurtado committed Dec 6, 2024
1 parent cec2d54 commit 24e9fb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/nextjs/app/cdp/components/tables/YourDeposits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,9 @@ const YourDeposits = () => {
? batchComputeUserHealthRatio.map(({ result }) => (Number(result) / 10 ** 18).toFixed(2))
: [0, 0, 0, 0, 0];

console.log("batchBalances:", batchDeposits);
console.log("Formatted batchBalances", formattedBalances);
console.log("batchMints:", batchMints);
// console.log("batchBalances:", batchDeposits);
// console.log("Formatted batchBalances", formattedBalances);
// console.log("batchMints:", batchMints);

const deposits = generateDeposits(
contractData,
Expand Down

0 comments on commit 24e9fb0

Please sign in to comment.