Skip to content

Commit

Permalink
fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
256dpi committed Dec 20, 2023
1 parent 2052eb5 commit 43983f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/gomqtt-demo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ func main() {
topics := generateTopics(*numTopics)

// run robots
fmt.Println("launching robots...")
var robots []*robot
for i := 1; i <= *numRobots; i++ {
robots = append(robots, runRobot(*broker, strconv.Itoa(i), *numSubs, topics, *timeout))
Expand Down

0 comments on commit 43983f4

Please sign in to comment.