drop fee_growth logging
This commit is contained in:
parent
79c118ba8b
commit
3aa7ff52e9
|
@ -195,7 +195,7 @@ pub fn swap(
|
|||
};
|
||||
|
||||
// Log delta in fee growth to track pool usage over time with off-chain analytics
|
||||
msg!("fee_growth: {}", fee_growth);
|
||||
//msg!("fee_growth: {}", fee_growth);
|
||||
|
||||
Ok(PostSwapUpdate {
|
||||
amount_a,
|
||||
|
|
Loading…
Reference in New Issue