From ecaf3b7b3d5ba6c53cc54d6df87d51b2d3fe4eaf Mon Sep 17 00:00:00 2001 From: Brad Hefta-Gaub Date: Tue, 3 Jan 2017 11:11:48 -0800 Subject: [PATCH] remove debugging --- unpublishedScripts/marketplace/bow/bow.js | 1 - 1 file changed, 1 deletion(-) diff --git a/unpublishedScripts/marketplace/bow/bow.js b/unpublishedScripts/marketplace/bow/bow.js index a735400a3c..818960e335 100644 --- a/unpublishedScripts/marketplace/bow/bow.js +++ b/unpublishedScripts/marketplace/bow/bow.js @@ -154,7 +154,6 @@ }, continueEquip: function(entityID, args) { this.deltaTime = checkInterval(); - print("continueEquip delta:" + this.deltaTime); //debounce during debugging -- maybe we're updating too fast? if (USE_DEBOUNCE === true) { this.sinceLastUpdate = this.sinceLastUpdate + this.deltaTime;