We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360dc47 commit b0a485cCopy full SHA for b0a485c
src/test/commentTestHandlers.ts
@@ -60,7 +60,6 @@ export const requirementTests: {
60
nodes(testFunc: TestFunction) {
61
if (testFunc.reqs.nodes) {
62
const cfg = buildSimpleCFG(testFunc.language, testFunc.function);
63
- console.log(graphToDot(cfg));
64
if (cfg.graph.order !== testFunc.reqs.nodes) {
65
return `expected ${testFunc.reqs.nodes} nodes but found ${cfg.graph.order}`;
66
}
0 commit comments