Skip to content

Commit

Permalink
feat: 🎨 rmv println
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbelleng committed Apr 23, 2024
1 parent 0224223 commit b5cd5f1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions unit_tests/tests/test_syncing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ async fn syncing(clients: HashMap<String, JsonRpcClient<HttpTransport>>) {
.await
.expect("Error while getting sync status from pathfinder node");

println!("Deoxys: {:?}", response_deoxys);
println!("Pathfinder: {:?}", response_pathfinder);

assert!(compare_sync_status(response_deoxys, response_pathfinder));
}

Expand Down

0 comments on commit b5cd5f1

Please sign in to comment.