Skip to content

Commit

Permalink
e2e: remove leftover debug println statement
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Feb 3, 2020
1 parent 445d019 commit 9ccaa92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/e2eutil/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())

Expand Down

0 comments on commit 9ccaa92

Please sign in to comment.