Skip to content

Commit

Permalink
fix: remove debug printing
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin committed Oct 29, 2024
1 parent 3cf4d88 commit 50d52ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/kubectl-testkube/commands/testworkflows/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ func printStructuredLogLines(logs string, _ *bool) {
func printRawLogLines(logs []byte, steps []testkube.TestWorkflowSignature, results map[string]testkube.TestWorkflowStepResult) {
currentRef := ""
i := -1
fmt.Println("logs", string(logs))
printStatusHeader(-1, len(steps), "Initializing")
// Strip timestamp + space for all new lines in the log
for len(logs) > 0 {
Expand Down

0 comments on commit 50d52ef

Please sign in to comment.