remove debugging

This commit is contained in:
Brad Hefta-Gaub 2017-01-03 11:11:48 -08:00
parent d440532cff
commit ecaf3b7b3d

View file

@ -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;