This commit is contained in:
Sidharth Vinod 2022-08-24 11:32:27 +05:30
parent a8042f622f
commit 1efd5c7d58
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}