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:
@@ -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),
|
||||
|
Reference in New Issue
Block a user