Skip to content

Commit

Permalink
fix(cli): remove bench sub topics log
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed Sep 7, 2024
1 parent b926c74 commit 1569b9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cli/src/lib/sub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,7 @@ const benchSub = async (options: BenchSubscribeOptions) => {

if (connectedCount === count && subscribedCount === count * topic.length && !isLogged) {
if (allSuccessfulSubs.length > 0) {
const uniqueSuccessfulSubs = Array.from(new Set(allSuccessfulSubs.map((t) => t.topic)))
logWrapper.success(`All connections subscribed to: ${uniqueSuccessfulSubs.join(', ')}`)
logWrapper.success(`All connections subscribed`)
}

if (failedSubs.length > 0) {
Expand Down

0 comments on commit 1569b9d

Please sign in to comment.