Skip to content

Commit

Permalink
remove unneeded test println
Browse files Browse the repository at this point in the history
  • Loading branch information
dimxy committed Dec 25, 2024
1 parent bdba931 commit e735d26
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions mm2src/mm2_main/tests/docker_tests/docker_tests_inner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5522,10 +5522,6 @@ fn test_peer_time_sync_validation() {
"method": "get_directly_connected_peers",
})))
.unwrap();
println!(
"test_peer_time_sync_validation bob get_directly_connected_peers={:?} offset={}",
res_bob, offset
);
assert!(res_bob.0.is_success(), "!get_directly_connected_peers: {}", res_bob.1);
let bob_peers = serde_json::from_str::<Json>(&res_bob.1).unwrap();

Expand All @@ -5534,10 +5530,6 @@ fn test_peer_time_sync_validation() {
"method": "get_directly_connected_peers",
})))
.unwrap();
println!(
"test_peer_time_sync_validation alice get_directly_connected_peers={:?} offset={}",
res_alice, offset
);
assert!(
res_alice.0.is_success(),
"!get_directly_connected_peers: {}",
Expand Down

0 comments on commit e735d26

Please sign in to comment.