Skip to content

Commit a546030

Browse files
committed
remove unnecessary code
1 parent d55d60f commit a546030

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scheduler/plugin/plugin_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1443,7 +1443,6 @@ func TestRejectWaitingPod(t *testing.T) {
14431443
if want, have := tc.expectedUID, handle.RejectWaitingPodValue; want != have {
14441444
t.Fatalf("unexpected uid: %v != %v", want, have)
14451445
}
1446-
fmt.Println("error: " + status.Message())
14471446
if want, have := tc.expectedStatusCode, status.Code(); want != have {
14481447
t.Fatalf("unexpected status code: want %v, have %v", want, have)
14491448
}

0 commit comments

Comments
 (0)