mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-20 12:34:18 -04:00
[spotify] Remove log messages after token request
The whole response is already written to the log in debug mode
This commit is contained in:
parent
247abec88f
commit
6c97448e2f
@ -730,10 +730,6 @@ tokens_get(struct keyval *kv, const char **err)
|
|||||||
|
|
||||||
token_requested = time(NULL);
|
token_requested = time(NULL);
|
||||||
|
|
||||||
DPRINTF(E_LOG, L_SPOTIFY, "token: '%s'\n", spotify_access_token);
|
|
||||||
DPRINTF(E_LOG, L_SPOTIFY, "refresh-token: '%s'\n", spotify_refresh_token);
|
|
||||||
DPRINTF(E_LOG, L_SPOTIFY, "expires in: %d\n", expires_in);
|
|
||||||
|
|
||||||
if (spotify_refresh_token)
|
if (spotify_refresh_token)
|
||||||
db_admin_set("spotify_refresh_token", spotify_refresh_token);
|
db_admin_set("spotify_refresh_token", spotify_refresh_token);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user