Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
0xodia committed Jul 24, 2023
1 parent 0d6da53 commit 877eb14
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ export default function TransactionTakeover() {
const useMax = new BigNumber(value).isGreaterThanOrEqualTo(
borrowMax,
);
console.log(useMax);
return borrowConfigs.action(
useMax
? U64_MAX
Expand Down

0 comments on commit 877eb14

Please sign in to comment.