From 1efd5c7d58853cd6d88bd16adbc4592e9a09aa00 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Wed, 24 Aug 2022 11:32:27 +0530 Subject: [PATCH] Cleanup --- src/Diagram.ts | 1 - 1 file changed, 1 deletion(-) 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); }