Skip to content

Commit

Permalink
Remove a print that confuses collect_steps
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleiserson committed Apr 12, 2024
1 parent 28411cd commit 262d63c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ipa-core/src/test_fixture/world.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ impl<S: ShardingScheme> TestWorld<S> {
#[must_use]
pub fn with_config(config: &TestWorldConfig) -> Self {
logging::setup();
println!("Using seed {seed}", seed = config.seed);

let shard_count = ShardIndex::try_from(S::SHARDS).unwrap();
let shard_network = InMemoryShardNetwork::with_shards(shard_count);
Expand Down

0 comments on commit 262d63c

Please sign in to comment.