Skip to content

Commit

Permalink
discovery: Remove confusing comment.
Browse files Browse the repository at this point in the history
I don't see how this comment is relevant to the code or helpful in
understanding the code.
  • Loading branch information
michael-berlin committed Apr 25, 2017
1 parent 667e670 commit e4eb33f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go/vt/discovery/healthcheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,6 @@ func (hcc *healthCheckConn) stream(hc *HealthCheckImpl, callback func(*querypb.S

if conn == nil {
var err error
// Keyspace, shard and tabletType are the ones from the tablet
// record, but they won't be used just yet.
conn, err = tabletconn.GetDialer()(hcc.tabletStats.Tablet, hc.connTimeout)
if err != nil {
hcc.mu.Lock()
Expand Down

0 comments on commit e4eb33f

Please sign in to comment.