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"
|
||||
"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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue