Skip to content

Commit c8707d7

Browse files
committed
telemetry: remove default emit
1 parent 186570f commit c8707d7

File tree

1 file changed

+0
-5
lines changed
  • packages/core/src/shared/fs

1 file changed

+0
-5
lines changed

packages/core/src/shared/fs/fs.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,6 @@ export class FileSystem {
312312
reasonDesc: `After multiple attempts the source path existed: ${scrubbedPath}`,
313313
attempts: attempts,
314314
})
315-
} else {
316-
telemetry.ide_fileSystem.emit({
317-
result: 'Succeeded',
318-
action: 'rename',
319-
})
320315
}
321316

322317
return vfs.rename(oldUri, newUri, { overwrite: true }).then(undefined, errHandler)

0 commit comments

Comments
 (0)