Cleared console.logs used in different files

This commit is contained in:
2025-11-12 15:16:27 -05:00
parent fa04b7e9da
commit 9741568f12
3 changed files with 0 additions and 28 deletions

View File

@@ -181,7 +181,6 @@ export class TrytonCache {
throw new Error("Key expired");
}
console.log(`(cached) ${prefix} ${key}`);
return this._deepCopy(entry.value);
}