diff --git a/src/vs/workbench/contrib/debug/test/browser/debugANSIHandling.test.ts b/src/vs/workbench/contrib/debug/test/browser/debugANSIHandling.test.ts index 841ccd97f94b33a73e3e3eb03d927b419b9c222d..a525a99aa9a9b5ecf5a583001a8e9176ffc589d6 100644 --- a/src/vs/workbench/contrib/debug/test/browser/debugANSIHandling.test.ts +++ b/src/vs/workbench/contrib/debug/test/browser/debugANSIHandling.test.ts @@ -304,7 +304,6 @@ suite('Debug - ANSI Handling', () => { elementsExpected = assertions.length; } const root: HTMLSpanElement = handleANSIOutput(sequence, linkDetector); - console.log(root); assert.equal(elementsExpected, root.children.length); for (let i = 0; i < elementsExpected; i++) { const child: Node = root.children[i];