mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-19 10:18:43 +02:00
Add extra debug to ownershipToken.js
This commit is contained in:
parent
a463a3e608
commit
0e5f670cce
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ OwnershipToken.prototype = {
|
|||
}
|
||||
|
||||
if (this.updateLifetimeID) {
|
||||
debug(this.name, "Clearing update lifetime interval");
|
||||
Script.clearInterval(this.updateLifetimeID);
|
||||
this.updateLifetimeID = null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue