From 9ccaa92ba156eb385f3a0c74722331aff3127427 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Mon, 3 Feb 2020 11:15:38 -0600 Subject: [PATCH] e2e: remove leftover debug println statement --- e2e/e2eutil/utils.go | 1 - 1 file changed, 1 deletion(-) diff --git a/e2e/e2eutil/utils.go b/e2e/e2eutil/utils.go index effa1bd0fb4..c9f204bab0b 100644 --- a/e2e/e2eutil/utils.go +++ b/e2e/e2eutil/utils.go @@ -105,7 +105,6 @@ func RegisterAndWaitForAllocs(t *testing.T, nomadClient *api.Client, jobFile, jo g.Eventually(func() []*api.AllocationListStub { // Look for allocations allocs, _, _ := jobs.Allocations(jobID, false, nil) - fmt.Println("!! Eventually Allocations:", allocs) return allocs }, 30*time.Second, time.Second).ShouldNot(BeEmpty())