remove a log

This commit is contained in:
mgabor
2024-04-12 16:59:24 +02:00
parent c4d6a09c05
commit 222bcf853d

View File

@@ -124,8 +124,6 @@ class AlbumAccess implements IAlbumAccess {
return new Set();
}
console.log(readWrite);
return this.albumRepository
.find({
select: { id: true },