Skip to content

Commit b0a485c

Browse files
committed
Remove debug print
1 parent 360dc47 commit b0a485c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/commentTestHandlers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export const requirementTests: {
6060
nodes(testFunc: TestFunction) {
6161
if (testFunc.reqs.nodes) {
6262
const cfg = buildSimpleCFG(testFunc.language, testFunc.function);
63-
console.log(graphToDot(cfg));
6463
if (cfg.graph.order !== testFunc.reqs.nodes) {
6564
return `expected ${testFunc.reqs.nodes} nodes but found ${cfg.graph.order}`;
6665
}

0 commit comments

Comments
 (0)