Skip to content

Commit d8e5cfc

Browse files
committed
logging page
1 parent ac2fcf9 commit d8e5cfc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/file_cache.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export class FileCache {
1616
constructor() {
1717
const cacheDir = path.join(process.cwd(), 'var', '.cache');
1818
this.cache = create({ cacheId: 'cache', cacheDir });
19-
console.log('[FileCache] Initialized with file persistence');
2019
}
2120

2221
/**

0 commit comments

Comments
 (0)