mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 22:37:56 +01:00
remove console.log :3
This commit is contained in:
parent
e4ecc60175
commit
7312960bb0
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ class InnerTubePokeVidious {
|
||||||
|
|
||||||
while (response.status === 500) {
|
while (response.status === 500) {
|
||||||
// If status is 500, fetch again
|
// If status is 500, fetch again
|
||||||
console.log("Retrying due to status 500...");
|
|
||||||
return fetchData(url, headers);
|
return fetchData(url, headers);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue