diff --git a/main.go b/main.go index 6cd1db1..52ec8ec 100644 --- a/main.go +++ b/main.go @@ -159,7 +159,6 @@ func logWorkflow(argo_file_path string, stepMax int, pipe io.ReadCloser, wg *syn watch_output := make([]string, 0) scanner := bufio.NewScanner(pipe) - for scanner.Scan() { log := scanner.Text() watch_output = append(watch_output, log)