Commit 1831cf17 authored by Clayton Coleman's avatar Clayton Coleman

Remove some verbose logging

parent 2f593c92
......@@ -180,7 +180,6 @@ func (rm *ReplicationManager) syncReplicationController(controllerSpec api.Repli
}
filteredList := rm.filterActivePods(podList.Items)
diff := len(filteredList) - controllerSpec.DesiredState.Replicas
glog.Infof("%#v", filteredList)
if diff < 0 {
diff *= -1
glog.Infof("Too few replicas, creating %d\n", diff)
......
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