Add debug log for commit count in animeCat.js
This commit is contained in:
@@ -125,6 +125,7 @@ window.AnimeCat = class AnimeCat {
|
|||||||
|
|
||||||
// Zeigt Progress der täglichen Commits an
|
// Zeigt Progress der täglichen Commits an
|
||||||
animateCatGlow(commitCount) {
|
animateCatGlow(commitCount) {
|
||||||
|
console.log('[CatGlow]', commitCount);
|
||||||
if (!this.cat) return;
|
if (!this.cat) return;
|
||||||
|
|
||||||
const factor = Math.min(commitCount / 10, 1);
|
const factor = Math.min(commitCount / 10, 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user