diff --git a/tutorial/ownershipToken.js b/tutorial/ownershipToken.js index 3cfb3f285d..745eee44e4 100644 --- a/tutorial/ownershipToken.js +++ b/tutorial/ownershipToken.js @@ -108,6 +108,7 @@ OwnershipToken.prototype = { } if (this.updateLifetimeID) { + debug(this.name, "Clearing update lifetime interval"); Script.clearInterval(this.updateLifetimeID); this.updateLifetimeID = null; }