remove a log

This commit is contained in:
mgabor
2024-04-12 16:59:24 +02:00
parent c4d6a09c05
commit 222bcf853d
@@ -124,8 +124,6 @@ class AlbumAccess implements IAlbumAccess {
return new Set(); return new Set();
} }
console.log(readWrite);
return this.albumRepository return this.albumRepository
.find({ .find({
select: { id: true }, select: { id: true },