1
Fork 0

remove the console.log

This commit is contained in:
Ashley 2023-09-16 17:05:08 +00:00
parent c378f76da3
commit e1328bca31

View file

@ -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 = {};