diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-09-23 23:50:41 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-09-23 23:50:41 +0200 |
commit | d7e5aec1a556467a6bd3e6b2e3cf7440c6bd4ddc (patch) | |
tree | 058cb744f7fc5fd306c8b01697f29831b44da6e4 /lib/wallet | |
parent | 6b8833e7662a5a0a0dd82c0b6bb87ebd82f2b65a (diff) |
remove weird logging statement
Diffstat (limited to 'lib/wallet')
-rw-r--r-- | lib/wallet/chromeBadge.ts | 2 |
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); |