Skip to content

Commit 7749204

Browse files
committed
remove msg
1 parent 8192cff commit 7749204

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

programs/drift/src/math/amm_spread.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,6 @@ pub fn calculate_inventory_liquidity_ratio(
179179

180180
let min_side_liquidity = max_bids.min(max_asks.abs());
181181

182-
msg!("min_side_liquidity {}", min_side_liquidity);
183-
msg!("base_asset_amount_with_amm {}", base_asset_amount_with_amm);
184-
185182
let amm_inventory_pct = if base_asset_amount_with_amm.abs() < min_side_liquidity {
186183
base_asset_amount_with_amm
187184
.abs()

0 commit comments

Comments
 (0)