Logs & cleaning

This commit is contained in:
Simon Cambier
2022-11-27 16:36:06 +01:00
parent f67d9d1a25
commit e8d0efbd5b
3 changed files with 12 additions and 66 deletions

View File

@@ -83,7 +83,6 @@ class CacheManager {
public async addToLiveCache(path: string): Promise<void> {
const doc = await getIndexedDocument(path)
this.documents.set(path, doc)
// console.log(path)
}
public removeFromLiveCache(path: string): void {