Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Grantham <[email protected]>
  • Loading branch information
Dave Grantham committed Jan 31, 2025
1 parent c310040 commit a5e0bad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust-peer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ fn create_swarm(
})?
.with_dns()?
.with_behaviour(|_key| behaviour)?
//.with_connection_timeout(Duration::from_secs(60))
.build())
}

Expand Down

0 comments on commit a5e0bad

Please sign in to comment.