Skip to content

Commit

Permalink
chore: removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
k0beLeenders authored and chambaz committed Oct 24, 2024
1 parent 9842d49 commit 8c5e54b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/marginfi-v2-trading/src/utils/tradingActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ export async function executeLeverageAction({
}
}

console.log("loopingObject", loopingObject);
try {
if (loopingObject.loopingTxn) {
let txnSig: string[] = [];
Expand Down

0 comments on commit 8c5e54b

Please sign in to comment.