remove weird logging statement
This commit is contained in:
parent
6b8833e766
commit
d7e5aec1a5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user