Skip to content

Commit

Permalink
yes this is how I debug stop jusging me
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Oct 2, 2024
1 parent a8c7248 commit ca1d2b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pkg/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,6 @@ func loadIncludeTask(currentFileLocation, includeFileLocation string) (string, t
localPath = absIncludeFileLocation
}

fmt.Println(localPath, absIncludeFileLocation)

// Set TasksFile to include task file
err = utils.ReadYaml(localPath, &includedTasksFile)
return absIncludeFileLocation, includedTasksFile, err
Expand Down

0 comments on commit ca1d2b3

Please sign in to comment.