Skip to content

Commit

Permalink
rm commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
alixander committed Jul 13, 2023
1 parent d275a45 commit da0d245
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions d2compiler/compile.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,6 @@ func (c *compiler) compileField(obj *d2graph.Object, f *d2ir.Field) {
}
return
} else if f.Name == "vars" {
// if f.Map() != nil {
// if len(f.Map().Edges) > 0 {
// c.errorf(f.Map().Edges[0].LastRef().AST(), "vars cannot contain an edge")
// }
// }
return
} else if isReserved {
c.compileReserved(&obj.Attributes, f)
Expand Down

0 comments on commit da0d245

Please sign in to comment.