remove debug log

This commit is contained in:
Alexander Wang 2022-12-05 19:53:41 -08:00
parent 1512ea6253
commit fa5cb4ae82
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -24,10 +24,6 @@ func (obj *Object) IsSequenceDiagramGroup() bool {
}
for _, e := range obj.Graph.Edges {
if e.Src == obj || e.Dst == obj {
if obj.AbsID() == "choo" {
println("\033[1;31m--- DEBUG:", "=======================", "\033[m")
println("\033[1;31m--- DEBUG:", e.AbsID(), "\033[m")
}
return false
}
}