mirror of
https://git.lucida.su/lucida/verdana.git
synced 2026-08-06 03:29:26 +00:00
remove some unnecessary logging
This commit is contained in:
parent
0d1544c98e
commit
cd6a8c69ff
1 changed files with 1 additions and 2 deletions
|
|
@ -58,8 +58,7 @@ export default class Tidal implements Streamer {
|
|||
if (!this.refreshToken) return
|
||||
if (await this.sessionValid()) return
|
||||
const success = await this.refresh()
|
||||
if (success) console.log(`[tidal] Refreshed tokens successfully`)
|
||||
else console.log(`[tidal] Failed to refresh tokens, this could be a bad sign`)
|
||||
if (!success) console.log(`[tidal] Failed to refresh tokens, this could be a bad sign`)
|
||||
}
|
||||
getReady()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue