diff --git a/src/Diagram.ts b/src/Diagram.ts index df6633cda..7e6d24db6 100644 --- a/src/Diagram.ts +++ b/src/Diagram.ts @@ -29,7 +29,6 @@ export class Diagram { const error = { str, hash }; throw error; }; - // TODO Q: Should diagrams be parsed inside constructor? this.parse(this.txt, parseError); }