d2compiler: Remove another old now irrelevant TODO

This commit is contained in:
Anmol Sethi 2023-01-02 18:14:09 -08:00
parent 49428367a5
commit ecd61cdb49
No known key found for this signature in database
GPG key ID: 25BC68888A99A8BA

View file

@ -53,7 +53,6 @@ func compileAST(path string, pe d2parser.ParseError, ast *d2ast.Map) (*d2graph.G
c.validateKeys(g.Root, ast)
}
c.compileEdges(g.Root, ast)
// TODO: simplify removeContainer by running before compileEdges
c.compileShapes(g.Root)
c.validateNear(g)