Skip to content

Commit daeed4c

Browse files
committed
Remove outdated comment
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent 2ea3936 commit daeed4c

File tree

1 file changed

+0
-1
lines changed
  • testnet/stacks-node/src/tests

1 file changed

+0
-1
lines changed

testnet/stacks-node/src/tests/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ pub fn gen_random_port() -> u16 {
114114
let mut rng = rand::thread_rng();
115115
let range_len = (1024..u16::MAX).len();
116116
loop {
117-
// Note it needs to be +1 because we reserve one port for the event observer
118117
assert!(
119118
USED_PORTS.lock().unwrap().len() < range_len,
120119
"No more available ports"

0 commit comments

Comments
 (0)