mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-26 09:18:13 +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
|
// Check if result is already cached
|
||||||
if (this.cache[v] && Date.now() - this.cache[v].timestamp < 3600000) {
|
if (this.cache[v] && Date.now() - this.cache[v].timestamp < 3600000) {
|
||||||
console.log("Returning cached result");
|
|
||||||
return this.cache[v].result;
|
return this.cache[v].result;
|
||||||
}
|
}
|
||||||
const headers = {};
|
const headers = {};
|
||||||
|
|
Loading…
Reference in a new issue