1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

fix: remove debug line

This commit is contained in:
Pete Davison
2025-02-24 02:16:53 +00:00
parent 3c5782f4a4
commit b14125bacd

View File

@@ -281,7 +281,6 @@ func (r *Reader) readNode(node Node) (*ast.Taskfile, error) {
// Decode the taskfile and add the file info the any errors
taskfileDecodeErr := &errors.TaskfileDecodeError{}
if errors.As(err, &taskfileDecodeErr) {
fmt.Println(taskfileDecodeErr.Debug())
snippet := NewSnippet(b,
SnippetWithLine(taskfileDecodeErr.Line),
SnippetWithColumn(taskfileDecodeErr.Column),