mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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