You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
remove logging
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user