remove logging
This commit is contained in:
parent
408eba7915
commit
8045009d81
2 changed files with 0 additions and 2 deletions
|
@ -60,7 +60,6 @@ export default class Timer {
|
|||
if (timeout === this._timeout) {
|
||||
return;
|
||||
}
|
||||
console.log(`changing timer timeout from ${this._timeout} to ${timeout}`);
|
||||
const isSmallerTimeout = timeout < this._timeout;
|
||||
this._timeout = timeout;
|
||||
if (this.isRunning() && isSmallerTimeout) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue