Skip to content

Commit c4b6d7a

Browse files
committed
Redundant logs
1 parent 294e25a commit c4b6d7a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/e2e/tests/e2e/quoting.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,6 @@ async fn quote_timeout(web3: Web3) {
412412

413413
/// Test that volume fees are correctly applied to quotes.
414414
async fn volume_fee(web3: Web3) {
415-
tracing::info!("Setting up chain state.");
416415
let mut onchain = OnchainComponents::deploy(web3).await;
417416

418417
let [solver] = onchain.make_solvers(to_wei(10)).await;
@@ -509,6 +508,4 @@ async fn volume_fee(web3: Web3) {
509508
protocol_fee_sell_amount_buy > 0,
510509
"Protocol fee should be non-zero for buy orders"
511510
);
512-
513-
tracing::info!("Volume fee test passed");
514511
}

0 commit comments

Comments
 (0)