From a5460301bb5efe9429a6b068ddd13b8a1cb75953 Mon Sep 17 00:00:00 2001 From: moriya Date: Sat, 3 Feb 2024 12:56:52 +0900 Subject: [PATCH] remove unnecessary code --- scheduler/plugin/plugin_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/scheduler/plugin/plugin_test.go b/scheduler/plugin/plugin_test.go index e56d37ba..39a1bbbd 100644 --- a/scheduler/plugin/plugin_test.go +++ b/scheduler/plugin/plugin_test.go @@ -1443,7 +1443,6 @@ func TestRejectWaitingPod(t *testing.T) { if want, have := tc.expectedUID, handle.RejectWaitingPodValue; want != have { t.Fatalf("unexpected uid: %v != %v", want, have) } - fmt.Println("error: " + status.Message()) if want, have := tc.expectedStatusCode, status.Code(); want != have { t.Fatalf("unexpected status code: want %v, have %v", want, have) }