diff --git a/unit_tests/tests/test_syncing.rs b/unit_tests/tests/test_syncing.rs index 6317bc0..b03e8b6 100644 --- a/unit_tests/tests/test_syncing.rs +++ b/unit_tests/tests/test_syncing.rs @@ -27,9 +27,6 @@ async fn syncing(clients: HashMap>) { .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)); }