You've already forked pigallery2
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user