提交 a42a1ffd 编写于 作者: I Ian Sanders

Remove leftover log statement

上级 5854b7a0
...@@ -304,7 +304,6 @@ suite('Debug - ANSI Handling', () => { ...@@ -304,7 +304,6 @@ suite('Debug - ANSI Handling', () => {
elementsExpected = assertions.length; elementsExpected = assertions.length;
} }
const root: HTMLSpanElement = handleANSIOutput(sequence, linkDetector); const root: HTMLSpanElement = handleANSIOutput(sequence, linkDetector);
console.log(root);
assert.equal(elementsExpected, root.children.length); assert.equal(elementsExpected, root.children.length);
for (let i = 0; i < elementsExpected; i++) { for (let i = 0; i < elementsExpected; i++) {
const child: Node = root.children[i]; const child: Node = root.children[i];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册