Skip to content

Commit

Permalink
fixup! fixup! try minified dagre
Browse files Browse the repository at this point in the history
  • Loading branch information
alixander committed Dec 3, 2022
1 parent bdbde22 commit 351f860
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion d2layouts/d2dagrelayout/layout.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ func Layout(ctx context.Context, g *d2graph.Graph) (err error) {
defer xdefer.Errorf(&err, "failed to dagre layout")

debugJS := false
// v8ctx := v8.NewContext()
vm := goja.New()
if _, err := vm.RunString(dagreJS); err != nil {
return err
Expand Down

0 comments on commit 351f860

Please sign in to comment.