Skip to content

Commit

Permalink
fix: removed printfs
Browse files Browse the repository at this point in the history
  • Loading branch information
exu committed Jan 11, 2022
1 parent 2d01082 commit db50685
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/app/api/v1/tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ func (s TestKubeAPI) ListTestsHandler() fiber.Handler {
}
}

fmt.Printf("%+v\n", len(crTests.Items))

tests := testsmapper.MapTestListKubeToAPI(*crTests)

return c.JSON(tests)
Expand Down

0 comments on commit db50685

Please sign in to comment.