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