e2e: remove leftover debug println statement

This commit is contained in:
Seth Hoenig
2020-02-03 11:15:38 -06:00
parent 445d0199b7
commit 9ccaa92ba1

View File

@@ -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())