Commit 4967bb73 authored by dhilipkumars's avatar dhilipkumars

Review Comments

parent 10af4fa9
...@@ -268,7 +268,6 @@ func SetNewReplicaSetAnnotations(deployment *extensions.Deployment, newRS *exten ...@@ -268,7 +268,6 @@ func SetNewReplicaSetAnnotations(deployment *extensions.Deployment, newRS *exten
glog.Warningf("Updating replica set revision NewRevision not int %s", err) glog.Warningf("Updating replica set revision NewRevision not int %s", err)
return false return false
} }
glog.Warningf("OldRevision=%d Newrevsion=%d\n", oldRevisionInt, newRevisionInt)
if oldRevisionInt < newRevisionInt { if oldRevisionInt < newRevisionInt {
newRS.Annotations[RevisionAnnotation] = newRevision newRS.Annotations[RevisionAnnotation] = newRevision
annotationChanged = true annotationChanged = true
......
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