Skip to content

Commit

Permalink
Remove log statement
Browse files Browse the repository at this point in the history
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
  • Loading branch information
eamansour committed Aug 22, 2024
1 parent 60b2057 commit 782c97a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/runs/runsGet.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 782c97a

Please sign in to comment.