Cleared console.logs used in different files
This commit is contained in:
@@ -181,7 +181,6 @@ export class TrytonCache {
|
||||
throw new Error("Key expired");
|
||||
}
|
||||
|
||||
console.log(`(cached) ${prefix} ${key}`);
|
||||
return this._deepCopy(entry.value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user