remove fmt

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2020-01-15 20:34:58 +01:00
parent e24c9703e5
commit c2594d1768

View File

@@ -1,7 +1,6 @@
package xds package xds
import ( import (
"fmt"
"math/rand" "math/rand"
"net" "net"
"sync" "sync"
@@ -28,7 +27,6 @@ func (a assignment) SetClusterLoadAssignment(cluster string, cla *xdspb.ClusterL
if cla == nil { if cla == nil {
return return
} }
fmt.Printf("%+v\n", cla)
log.Debugf("Updating cluster %q", cluster) log.Debugf("Updating cluster %q", cluster)
a.cla[cluster] = cla a.cla[cluster] = cla