From c74c2a6639a8282f56609435327b3a390118a24b Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Sat, 1 Jul 2023 20:32:03 -0700 Subject: [PATCH] [ci-force] remove debug log --- d2oracle/edit.go | 1 - 1 file changed, 1 deletion(-) diff --git a/d2oracle/edit.go b/d2oracle/edit.go index a97b04ea1..d3231aba3 100644 --- a/d2oracle/edit.go +++ b/d2oracle/edit.go @@ -790,7 +790,6 @@ func appendMapKey(m *d2ast.Map, mk *d2ast.Key) { } } 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 // d2format will use the mapkey's range to determine whether to insert extra newlines. // See TestCreate/make_scope_multiline_spacing_2