Remove log line

This commit is contained in:
Marcus Rodan
2020-12-08 16:14:15 +01:00
parent da978254b1
commit d05b684dbe
-3
View File
@@ -248,9 +248,6 @@ func (ir *IstioRouter) reconcileVirtualService(canary *flaggerv1.Canary) error {
vtClone.ObjectMeta.Annotations[configAnnotation] = string(b)
}
fmt.Printf("Applying : %+v\n", vtClone)
fmt.Printf("-------------------------------------------\n")
_, err = ir.istioClient.NetworkingV1alpha3().VirtualServices(canary.Namespace).Update(context.TODO(), vtClone, metav1.UpdateOptions{})
if err != nil {
return fmt.Errorf("VirtualService %s.%s update error: %w", apexName, canary.Namespace, err)