taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 9305ae23843f6c8ee69ed7c2bea9079f5ceb9013
parent a6fa45b2e0095099dcfac64cefa86eac30e9b2da
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri, 23 Sep 2016 22:16:09 +0200

remove logging in critical path

Diffstat:
Mlib/wallet/chromeBadge.ts | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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;