diff --git a/libnetwork/ipam/allocator.go b/libnetwork/ipam/allocator.go index 33164bd83a..44811ba89a 100644 --- a/libnetwork/ipam/allocator.go +++ b/libnetwork/ipam/allocator.go @@ -239,7 +239,7 @@ func (a *Allocator) parsePoolRequest(addressSpace, pool, subPool string, v6 bool } func (a *Allocator) insertBitMask(key SubnetKey, pool *net.IPNet) error { - log.Debugf("Inserting bitmask (%s, %s)", key.String(), pool.String()) + //log.Debugf("Inserting bitmask (%s, %s)", key.String(), pool.String()) store := a.getStore(key.AddressSpace) if store == nil { diff --git a/libnetwork/sandbox_store.go b/libnetwork/sandbox_store.go index 56abbb6424..2a86cbc4cc 100644 --- a/libnetwork/sandbox_store.go +++ b/libnetwork/sandbox_store.go @@ -168,7 +168,6 @@ func (c *controller) sandboxCleanup() { for _, kvo := range kvol { sbs := kvo.(*sbState) - logrus.Printf("sandboxcleanup sbs = %+v", sbs) sb := &sandbox{ id: sbs.ID, controller: sbs.c,