mirror of
https://github.com/sct/overseerr.git
synced 2025-12-28 08:55:28 +01:00
fix(backend): remove console statement
This commit is contained in:
@@ -76,7 +76,6 @@ class JellyfinAPI {
|
||||
private axios: AxiosInstance;
|
||||
|
||||
constructor(jellyfinHost: string, authToken?: string, deviceId?: string) {
|
||||
console.log(jellyfinHost, deviceId, authToken);
|
||||
this.jellyfinHost = jellyfinHost;
|
||||
this.authToken = authToken;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user