Skip to content

Commit 2f034a9

Browse files
committed
Support color schemes
2 parents 5ab3da9 + c440158 commit 2f034a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/render-graph.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ async function main() {
5151
const graphviz = await Graphviz.load();
5252
const svg = graphviz.dot(graphToDot(cfg, false, undefined, colorScheme));
5353
console.log(svg);
54-
// console.log(dot);
5554
}
5655

5756
if (require.main === module) {

0 commit comments

Comments
 (0)