1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-12-01 22:52:06 +02:00

Removing unnecessary logging

This commit is contained in:
Patrik J. Braun
2025-11-01 19:57:41 +01:00
parent 9441603b14
commit 85d3c85c16

View File

@@ -98,7 +98,6 @@ export class ProjectedCacheManager implements IObjectManager {
name: string,
path: string
}): Promise<ProjectedDirectoryCacheEntity> {
console.log('setAndGetCacheForDirectory', session.user?.projectionKey); // TODO: remove
// Compute aggregates under the current projection (if any)
const mediaRepo = connection.getRepository(MediaEntity);
const baseQb = mediaRepo