We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2fcf9 commit d8e5cfcCopy full SHA for d8e5cfc
src/utils/file_cache.ts
@@ -16,7 +16,6 @@ export class FileCache {
16
constructor() {
17
const cacheDir = path.join(process.cwd(), 'var', '.cache');
18
this.cache = create({ cacheId: 'cache', cacheDir });
19
- console.log('[FileCache] Initialized with file persistence');
20
}
21
22
/**
0 commit comments