We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d60e80 commit a008f90Copy full SHA for a008f90
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+* Removed debug print
2
+
3
## v3.44.1
4
* Fixed bug with returning session into pool before second discovery
5
internal/table/client.go
@@ -272,8 +272,6 @@ func (c *Client) appendSessionToNodes(s *session) {
272
nodeID := s.NodeID()
273
if _, has := c.nodes[nodeID]; has {
274
c.nodes[nodeID][s] = struct{}{}
275
- } else {
276
- fmt.Println("")
277
}
278
})
279
0 commit comments