From d05b684dbe57c55e2b0b71ece5760c8b12a839a4 Mon Sep 17 00:00:00 2001 From: Marcus Rodan Date: Tue, 8 Dec 2020 16:14:15 +0100 Subject: [PATCH] Remove log line --- pkg/router/istio.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/router/istio.go b/pkg/router/istio.go index 407d2c4e..9e8a93cc 100644 --- a/pkg/router/istio.go +++ b/pkg/router/istio.go @@ -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)