Commit c2594d17 authored by Miek Gieben's avatar Miek Gieben

remove fmt

Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
parent e24c9703
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 ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment