remove log

This commit is contained in:
Nicolas Mowen 2024-03-26 18:53:16 -06:00 committed by GitHub
parent 166bd68200
commit 7f72aa3f42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,7 +76,6 @@ export default function Events() {
const now = Date.now() / 1000;
console.log(`${now} - ${beforeTs} :: ${now - beforeTs}`);
if (now - beforeTs > 60) {
setBeforeTs(now);
}