1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-28 06:31:58 +00:00

fix(server): Remove log that accidently was commited in #14134 (#14261)

Remove log that accidently was commited
This commit is contained in:
Lukas 2024-11-20 12:20:54 -05:00 committed by GitHub
parent 98c9ae1f7d
commit b6937c5e03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -255,7 +255,7 @@ export class MediaService extends BaseService {
mainAudioStream,
format,
);
this.logger.error(format.formatName);
await this.mediaRepository.transcode(asset.originalPath, previewPath, previewOptions);
await this.mediaRepository.transcode(asset.originalPath, thumbnailPath, thumbnailOptions);