commit d7e5aec1a556467a6bd3e6b2e3cf7440c6bd4ddc
parent 6b8833e7662a5a0a0dd82c0b6bb87ebd82f2b65a
Author: Florian Dold <florian.dold@gmail.com>
Date: Fri, 23 Sep 2016 23:50:41 +0200
remove weird logging statement
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);