remove unneeded comment

This commit is contained in:
Kagami Sascha Rosylight 2016-01-08 02:25:29 +09:00
parent 5cafd962e9
commit 4ef8e0bb73

View file

@ -409,8 +409,6 @@ namespace ts {
}
public readDirectory(rootDir: string, extension: string, exclude: string[]): string[] {
// Consider removing the optional designation for
// the exclude param at this time.
const encoded = this.shimHost.readDirectory(rootDir, extension, JSON.stringify(exclude));
return JSON.parse(encoded);
}