1
0
mirror of https://github.com/go-task/task.git synced 2024-12-04 10:24:45 +02:00

chore: remove code that outputs the graphviz file

This commit is contained in:
Pete Davison 2024-03-25 21:13:15 +00:00
parent 54c7f35b00
commit 4024b4fa37

View File

@ -76,9 +76,6 @@ func (e *Executor) readTaskfile(node taskfile.Node) error {
if err != nil {
return err
}
if err := graph.Visualize("./taskfile-dag.gv"); err != nil {
return err
}
if e.Taskfile, err = graph.Merge(); err != nil {
return err
}