Skip to content

Commit

Permalink
Merge pull request openshift#747 from runcom/drop-log
Browse files Browse the repository at this point in the history
Bug 1709907: pkg/daemon: drop spammy logSystem
  • Loading branch information
openshift-merge-robot authored May 15, 2019
2 parents df41ae9 + ccc9248 commit e5de398
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/daemon/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ func (dn *Daemon) updateErrorState(err error) {
}

func (dn *Daemon) syncNode(key string) error {
dn.logSystem("controller syncing started")
startTime := time.Now()
glog.V(4).Infof("Started syncing node %q (%v)", key, startTime)
defer func() {
Expand Down

0 comments on commit e5de398

Please sign in to comment.