1
0
mirror of https://github.com/fallenbagel/jellyseerr.git synced 2026-01-11 09:06:55 -05:00

fix(backend): remove console statement

This commit is contained in:
Aiden Vigue
2021-02-18 12:38:27 -05:00
parent 107b766c44
commit 42ff34bb3d
3 changed files with 2 additions and 7 deletions

View File

@@ -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;