Remove extra console.log (#199985)

This commit is contained in:
Logan Ramos 2023-12-04 14:23:08 -07:00 committed by GitHub
parent 81ea8669f2
commit e5e9a6556e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -250,8 +250,6 @@ suite('ExtHostTelemetry', function () {
logger.logUsage('test-event', { 'test-data': 'test-data' });
// Initial header is logged then the event
const logs = loggerService.createLogger().logs;
console.log(logs[0]);
assert.strictEqual(loggerService.createLogger().logs.length, 3);
assert.ok(loggerService.createLogger().logs[2].startsWith('test-extension/test-event'));
});

View File

@ -195,7 +195,6 @@ function loadTests(opts) {
'issue #149130: vscode freezes because of Bracket Pair Colorization', // https://github.com/microsoft/vscode/issues/192440
'property limits', // https://github.com/microsoft/vscode/issues/192443
'Error events', // https://github.com/microsoft/vscode/issues/192443
'Ensure output channel is logged to', // https://github.com/microsoft/vscode/issues/192443
'guards calls after runs are ended' // https://github.com/microsoft/vscode/issues/192468
]);