mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 09:07:59 +00:00
remove the console.log
This commit is contained in:
parent
c378f76da3
commit
e1328bca31
@ -71,7 +71,6 @@ class PokeTubeCore {
|
||||
|
||||
// Check if result is already cached
|
||||
if (this.cache[v] && Date.now() - this.cache[v].timestamp < 3600000) {
|
||||
console.log("Returning cached result");
|
||||
return this.cache[v].result;
|
||||
}
|
||||
const headers = {};
|
||||
|
Loading…
Reference in New Issue
Block a user