mirror of
https://gitlab.com/RemixDev/deezer-js.git
synced 2025-01-29 17:48:29 +00:00
Removed debug log
This commit is contained in:
parent
d8973f87a4
commit
d74e102d3e
|
@ -64,7 +64,6 @@ class GW{
|
|||
JSON.stringify(result_json.error) == '{"GATEWAY_ERROR":"invalid api token"}' ||
|
||||
JSON.stringify(result_json.error) == '{"VALID_TOKEN_REQUIRED":"Invalid CSRF token"}'
|
||||
){
|
||||
console.log("invalid")
|
||||
this.api_token = await this._get_token()
|
||||
return this.api_call(method, args, params)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue