[spotify] Remove log messages after token request

The whole response is already written to the log in debug mode
This commit is contained in:
chme 2017-03-11 09:55:32 +01:00
parent 247abec88f
commit 6c97448e2f

@ -730,10 +730,6 @@ tokens_get(struct keyval *kv, const char **err)
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)
db_admin_set("spotify_refresh_token", spotify_refresh_token);