Skip to content

Commit

Permalink
chore: remove code that outputs the graphviz file
Browse files Browse the repository at this point in the history
  • Loading branch information
pd93 committed Apr 9, 2024
1 parent 54c7f35 commit 4024b4f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 4024b4f

Please sign in to comment.