Browse Source

remove stale comment

Evan Huus 11 years ago
parent
commit
737f836006
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client.go

+ 1 - 1
client.go

@@ -64,7 +64,7 @@ func NewClient(id string, addrs []string, config *ClientConfig) (*Client, error)
 	// do an initial fetch of all cluster metadata by specifing an empty list of topics
 	// do an initial fetch of all cluster metadata by specifing an empty list of topics
 	err := client.RefreshAllMetadata()
 	err := client.RefreshAllMetadata()
 	if err != nil {
 	if err != nil {
-		client.Close() // this closes tmp, since it's still in the brokers hash
+		client.Close()
 		return nil, err
 		return nil, err
 	}
 	}