remove console.log
This commit is contained in:
parent
9860656a9e
commit
d4a7f4f38f
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ export default class TsserverService implements IServiceProvider {
|
||||||
this.selector = this.descriptions.reduce((arr, c) => {
|
this.selector = this.descriptions.reduce((arr, c) => {
|
||||||
return arr.concat(c.languageIds)
|
return arr.concat(c.languageIds)
|
||||||
}, [])
|
}, [])
|
||||||
console.log(111)
|
|
||||||
this.registCommands()
|
this.registCommands()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue