Skip to content

Commit 4ef8e0b

Browse files
committed
remove unneeded comment
1 parent 5cafd96 commit 4ef8e0b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/services/shims.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,6 @@ namespace ts {
409409
}
410410

411411
public readDirectory(rootDir: string, extension: string, exclude: string[]): string[] {
412-
// Consider removing the optional designation for
413-
// the exclude param at this time.
414412
const encoded = this.shimHost.readDirectory(rootDir, extension, JSON.stringify(exclude));
415413
return JSON.parse(encoded);
416414
}

0 commit comments

Comments
 (0)