cleanup
This commit is contained in:
parent
9f8d7bb692
commit
365602e19e
1 changed files with 0 additions and 2 deletions
|
|
@ -7,7 +7,6 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
"unicode"
|
"unicode"
|
||||||
|
|
||||||
"github.com/davecgh/go-spew/spew"
|
|
||||||
"oss.terrastruct.com/util-go/xdefer"
|
"oss.terrastruct.com/util-go/xdefer"
|
||||||
|
|
||||||
"oss.terrastruct.com/util-go/xrand"
|
"oss.terrastruct.com/util-go/xrand"
|
||||||
|
|
@ -1725,7 +1724,6 @@ func generateUniqueKey(g *d2graph.Graph, prefix string, ignored *d2graph.Object,
|
||||||
|
|
||||||
k2 := cloneKey(mk.Key)
|
k2 := cloneKey(mk.Key)
|
||||||
i := 0
|
i := 0
|
||||||
spew.Dump(included)
|
|
||||||
for {
|
for {
|
||||||
conflictsWithIncluded := false
|
conflictsWithIncluded := false
|
||||||
for _, s := range included {
|
for _, s := range included {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue