diff --git a/pkg/runs/runsGet.go b/pkg/runs/runsGet.go index ba8078ca..ca2b1f7c 100644 --- a/pkg/runs/runsGet.go +++ b/pkg/runs/runsGet.go @@ -272,7 +272,6 @@ func GetRunsFromRestApi( // Add all the runs into our set of results. // Note: The ... syntax means 'all of the array', so they all get appended at once. results = append(results, runsOnThisPage...) - log.Print("APPENDING ") // Have we processed the last page ? if !runData.HasNextCursor() || pageCursor == runData.GetNextCursor() {