Skip to content

Commit

Permalink
Remove leftover println
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
  • Loading branch information
piotrpio committed Apr 22, 2024
1 parent c4b578c commit 23902b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nats.go
Original file line number Diff line number Diff line change
Expand Up @@ -2881,7 +2881,6 @@ func (nc *Conn) doReconnect(err error) {
if nc.Opts.ReconnectedCB != nil && !nc.initc {
nc.ach.push(func() { nc.Opts.ReconnectedCB(nc) })
} else if nc.Opts.ConnectedCB != nil && nc.initc {
fmt.Println()
nc.ach.push(func() { nc.Opts.ConnectedCB(nc) })
}

Expand Down

0 comments on commit 23902b7

Please sign in to comment.