remove log

master
Brad Cornes 2021-09-17 17:48:16 +01:00
parent 1bd1d0e504
commit dce390d98c
1 changed files with 0 additions and 1 deletions

View File

@ -268,7 +268,6 @@ async function createProjectService(
if (params.capabilities.workspace?.didChangeWatchedFiles?.dynamicRegistration) {
connection.onDidChangeWatchedFiles(({ changes }) => {
console.log('watched file changed')
onFileEvents(
changes.map(({ uri, type }) => ({
file: URI.parse(uri).fsPath,