diff --git a/lib/wallet/chromeBadge.ts b/lib/wallet/chromeBadge.ts index 3d1f816d9..7ff36154c 100644 --- a/lib/wallet/chromeBadge.ts +++ b/lib/wallet/chromeBadge.ts @@ -97,7 +97,7 @@ export class ChromeBadge implements Badge { if (!this.animationRunning) { return; } - if (!start) {console.log("r") + if (!start) { start = timestamp; } let delta = (timestamp - start);