remove logging in critical path

This commit is contained in:
Florian Dold 2016-09-23 22:16:09 +02:00
parent a6fa45b2e0
commit 9305ae2384

View File

@ -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;