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;