Skip to content

Commit 821920f

Browse files
committed
remove drawio test code
1 parent 8ca4d4b commit 821920f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/features/commands.js

-1
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,6 @@ ${topLevelContractsText}`;
585585
}
586586

587587
async umlContractsOutline(contractObjects) {
588-
await this.drawioContractsOutlineAsCSV(contractObjects);
589588
let writer = new PlantumlWriter();
590589
const content = writer.export(contractObjects);
591590

0 commit comments

Comments
 (0)