From cc6ecec2d3e0412d4c3b1199ea9bbd4e7742f99c Mon Sep 17 00:00:00 2001 From: maxime Date: Tue, 12 Dec 2023 11:26:23 +0000 Subject: [PATCH] Remove debug line. --- cluster-autoscaler/core/static_autoscaler_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cluster-autoscaler/core/static_autoscaler_test.go b/cluster-autoscaler/core/static_autoscaler_test.go index 9ac8267eee..d4ba1818fd 100644 --- a/cluster-autoscaler/core/static_autoscaler_test.go +++ b/cluster-autoscaler/core/static_autoscaler_test.go @@ -223,9 +223,6 @@ func TestStaticAutoscalerRunOnce(t *testing.T) { processorCallbacks := newStaticAutoscalerProcessorCallbacks() clientset := fake.NewSimpleClientset(n1, n2, n3, n4, n5) - newN5, err := clientset.CoreV1().Nodes().Get(stdcontext.TODO(), n5.Name, metav1.GetOptions{}) - fmt.Println("#################################", newN5, err) - context, err := NewScaleTestAutoscalingContext(options, clientset, nil, provider, processorCallbacks, nil) assert.NoError(t, err)