Add extra debug to ownershipToken.js

This commit is contained in:
Ryan Huffman 2016-10-02 21:53:30 -07:00
parent a463a3e608
commit 0e5f670cce

View file

@ -108,6 +108,7 @@ OwnershipToken.prototype = {
}
if (this.updateLifetimeID) {
debug(this.name, "Clearing update lifetime interval");
Script.clearInterval(this.updateLifetimeID);
this.updateLifetimeID = null;
}