Skip to content

Commit

Permalink
chore - remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvisacker committed Dec 10, 2024
1 parent a7481f1 commit a3543d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/amm/ve33/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,6 @@ impl Ve33Pool {

pool.populate_data(None, provider.clone()).await?;

println!("pool: {:?}", pool);
tracing::info!("pool: {:?}", pool);

if !pool.data_is_populated() {
return Err(AMMError::PoolDataError);
}
Expand Down

0 comments on commit a3543d6

Please sign in to comment.