quota/tokenCount: I always forget about debug logs...

This commit is contained in:
Wroclaw 2023-09-21 20:38:50 +02:00
parent b2ee156028
commit 4abdaebf70

View file

@ -100,7 +100,6 @@ export default class tokenCount implements IQuota {
this.findNthUsage(userId, request.createdTimestamp, unitCount) this.findNthUsage(userId, request.createdTimestamp, unitCount)
]); ]);
console.log(renameMebecause);
return { return {
...userQuota, ...userQuota,
recoveryTimestamp: (renameMebecause.at(0)?.timestamp.valueOf() ?? Infinity) + this.lookback, recoveryTimestamp: (renameMebecause.at(0)?.timestamp.valueOf() ?? Infinity) + this.lookback,