remove console.log

This commit is contained in:
Qiming Zhao 2022-08-25 11:54:12 +08:00
parent 9860656a9e
commit d4a7f4f38f
No known key found for this signature in database
GPG key ID: 9722CD0E8D4DCB8C

View file

@ -44,7 +44,6 @@ export default class TsserverService implements IServiceProvider {
this.selector = this.descriptions.reduce((arr, c) => {
return arr.concat(c.languageIds)
}, [])
console.log(111)
this.registCommands()
}