Skip to content

Commit 7d930b6

Browse files
committed
chore(server): remove unused logger output
1 parent 5423113 commit 7d930b6

File tree

1 file changed

+0
-4
lines changed
  • server/src/services/show/provider/fanart

1 file changed

+0
-4
lines changed

server/src/services/show/provider/fanart/fanart.ts

-4
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@ export class FanartShowProvider implements ShowArtworkProvider {
120120
);
121121
return Ok(images);
122122
} catch (error) {
123-
this.logger.error(
124-
{ showId: id, error },
125-
'Failed to get show artwork: an error occurred',
126-
);
127123
if (error instanceof ApiError) {
128124
if (error.status === 404) {
129125
return Err(new NotFoundException('Show artwork not found'));

0 commit comments

Comments
 (0)