1
0

Remove debug log from animeCat.js

This commit is contained in:
2025-05-26 05:00:19 +02:00
parent 5eb1870dcd
commit 881f6ad03c

View File

@@ -226,7 +226,6 @@ _bindMouseHold() {
} else {
this._startBlinking();
}
console.log('heldFor:', heldFor, 'mouthOpenTime:', mouthOpenTime);
}
}, 4000);