update logging

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Evan Hazlett 2019-10-04 22:58:00 -04:00
parent ed73f97bd3
commit a1dda3097a
No known key found for this signature in database
GPG key ID: A519480096146526

View file

@ -227,7 +227,6 @@ func (s *Server) updatePeerConfig(ctx context.Context) error {
// if config has not change skip update
if h == e {
logrus.Debugf("config not changed: hash=%s", e)
return nil
}