aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-09-23 22:16:09 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-09-23 22:16:09 +0200
commit9305ae23843f6c8ee69ed7c2bea9079f5ceb9013 (patch)
tree7131202f51a493fdf198d6a3da1b1eed3294c2b4 /lib
parenta6fa45b2e0095099dcfac64cefa86eac30e9b2da (diff)
downloadwallet-core-9305ae23843f6c8ee69ed7c2bea9079f5ceb9013.tar.xz
remove logging in critical path
Diffstat (limited to 'lib')
-rw-r--r--lib/wallet/chromeBadge.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/wallet/chromeBadge.ts b/lib/wallet/chromeBadge.ts
index c22608f85..a6e17c3d9 100644
--- a/lib/wallet/chromeBadge.ts
+++ b/lib/wallet/chromeBadge.ts
@@ -97,7 +97,6 @@ export class ChromeBadge implements Badge {
start = timestamp;
}
let delta = (timestamp - start);
- console.log("rotating by", timestamp);
if (!this.isBusy && this.rotationAngle + delta >= ChromeBadge.rotationAngleMax) {
// stop if we're close enough to origin
this.rotationAngle = 0;