remove weird logging statement

This commit is contained in:
Florian Dold 2016-09-23 23:50:41 +02:00
parent 6b8833e766
commit d7e5aec1a5

View File

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