mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 06:31:58 +00:00
Remove log that accidently was commited
This commit is contained in:
parent
98c9ae1f7d
commit
b6937c5e03
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue