aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/wallet/chromeBadge.ts2
1 files changed, 1 insertions, 1 deletions
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);