From 0e5f670cceeb41d008724a57ead7abc99afc0633 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Sun, 2 Oct 2016 21:53:30 -0700 Subject: [PATCH] Add extra debug to ownershipToken.js --- tutorial/ownershipToken.js | 1 + 1 file changed, 1 insertion(+) 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; }