[ci-force] remove debug log
This commit is contained in:
parent
2cce7a89c8
commit
c74c2a6639
1 changed files with 0 additions and 1 deletions
|
|
@ -790,7 +790,6 @@ func appendMapKey(m *d2ast.Map, mk *d2ast.Key) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if !m.IsFileMap() && m.Range.OneLine() {
|
if !m.IsFileMap() && m.Range.OneLine() {
|
||||||
println("\033[1;31m--- DEBUG:", "=======================", "\033[m")
|
|
||||||
// This doesn't require any shenanigans to prevent consuming sibling spacing because
|
// This doesn't require any shenanigans to prevent consuming sibling spacing because
|
||||||
// d2format will use the mapkey's range to determine whether to insert extra newlines.
|
// d2format will use the mapkey's range to determine whether to insert extra newlines.
|
||||||
// See TestCreate/make_scope_multiline_spacing_2
|
// See TestCreate/make_scope_multiline_spacing_2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue