Skip to content

Commit 32d29f8

Browse files
committed
fix: removes note about not being multi-connection
1 parent 28f9a03 commit 32d29f8

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/commands/test.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,5 @@ export default defineCommand({
150150
]),
151151
),
152152
);
153-
if (!canMulti) {
154-
console.log(
155-
`Multi-connection skipped: ${
156-
!linkInfo.size ? "size unknown" : "server doesn't accept ranges"
157-
}.`,
158-
);
159-
}
160153
},
161154
});

0 commit comments

Comments
 (0)