mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 09:13:45 +00:00
remove console.log :3
This commit is contained in:
@@ -83,7 +83,6 @@ class InnerTubePokeVidious {
|
||||
|
||||
while (response.status === 500) {
|
||||
// If status is 500, fetch again
|
||||
console.log("Retrying due to status 500...");
|
||||
return fetchData(url, headers);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user