mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:38:24 +01:00
remove the console.log
This commit is contained in:
parent
c378f76da3
commit
e1328bca31
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue