From 80c6cc2268924dfb27c62310cfb825e5d023f002 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Tue, 9 May 2023 12:39:31 -0700 Subject: [PATCH] cleanup --- d2oracle/edit.go | 1 - 1 file changed, 1 deletion(-) diff --git a/d2oracle/edit.go b/d2oracle/edit.go index 0cd2393b1..fc0a5b784 100644 --- a/d2oracle/edit.go +++ b/d2oracle/edit.go @@ -1617,7 +1617,6 @@ func move(g *d2graph.Graph, key, newKey string, includeDescendants bool) (*d2gra withReserved, withoutReserved := filterReserved(ref.MapKey.Value) detachedMK.Value = withReserved ref.MapKey.Value = withoutReserved - println("\033[1;31m--- DEBUG:", "=======================", "\033[m") detachedMK.Key.Path = append([]*d2ast.StringBox{}, ref.Key.Path[ref.KeyPathIndex:]...) ref.Key.Path = ref.Key.Path[:ref.KeyPathIndex+1] }