remove console.log

This commit is contained in:
Joao Moreno 2018-02-22 10:45:11 +01:00
parent b97e1e4ea4
commit f8920150f5
2 changed files with 1 additions and 2 deletions

View file

@ -69,4 +69,4 @@
"typescript": "^2.2.1",
"xml2js": "^0.4.12"
}
}
}

View file

@ -926,7 +926,6 @@ describe('toVsixManifest', () => {
.then(parseXmlManifest)
.then(result => {
const tags = result.PackageManifest.Metadata[0].Tags[0].split(',') as string[];
console.log(tags);
assert(tags.some(tag => tag === 'lp-de'));
assert(tags.some(tag => tag === '__lp-de_vscode'));
assert(tags.some(tag => tag === '__lp-de_vscode.go'));