Remove testing code

This commit is contained in:
Matt Bierner
2018-06-05 15:27:03 -07:00
parent c40a2fd096
commit 66bfdac850

View File

@@ -159,8 +159,7 @@ class SyncedBufferMap {
}
private toKey(resource: Uri): string | null {
const key = this._normalizePath(resource);
return key ? key.toLowerCase() : key;
return this._normalizePath(resource);
}
}