Skip to content

Commit

Permalink
Clenaup conosle
Browse files Browse the repository at this point in the history
  • Loading branch information
Corantin committed Sep 26, 2024
1 parent a2371aa commit f25c227
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export default function Page({
const alloInfo = data?.allos[0];
const proposalType = strategyObj.config?.proposalType as number;
const poolAmount = strategyObj.poolAmount as number;
console.log({ poolAmount });

const maxRatioDivPrecision =
(Number(strategyObj.config?.maxRatio) / CV_SCALE_PRECISION) *
Expand Down

0 comments on commit f25c227

Please sign in to comment.