Skip to content

Commit

Permalink
fix(server): Remove log that accidently was commited in immich-app#14134
Browse files Browse the repository at this point in the history
 (immich-app#14261)

Remove log that accidently was commited
  • Loading branch information
Lukasdotcom authored and yosit committed Nov 21, 2024
1 parent 70a5433 commit 67ee271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/services/media.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 67ee271

Please sign in to comment.