drop fee_growth logging

This commit is contained in:
Christian Kamm 2024-04-24 15:23:24 +02:00
parent 79c118ba8b
commit 3aa7ff52e9
1 changed files with 1 additions and 1 deletions

View File

@ -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,