Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhochu committed Dec 29, 2023
1 parent bef3bb0 commit 718aa8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redux/selectors/getNetAPY.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const getNetAPY = ({ isStaking = false }: { isStaking: boolean }) =>
const { borrows, collaterals } = account?.portfolio || {};
const isLog = !isStaking;
if (isLog) {
console.info("=====portfolio=>", account?.portfolio);
console.info(`=====getNetAPY====`);
}

Expand Down

0 comments on commit 718aa8b

Please sign in to comment.