This commit is contained in:
Alexander Wang 2023-03-02 12:22:00 -08:00
parent 9f8d7bb692
commit 365602e19e
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -7,7 +7,6 @@ import (
"strings"
"unicode"
"github.com/davecgh/go-spew/spew"
"oss.terrastruct.com/util-go/xdefer"
"oss.terrastruct.com/util-go/xrand"
@ -1725,7 +1724,6 @@ func generateUniqueKey(g *d2graph.Graph, prefix string, ignored *d2graph.Object,
k2 := cloneKey(mk.Key)
i := 0
spew.Dump(included)
for {
conflictsWithIncluded := false
for _, s := range included {