mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
remove debugging
This commit is contained in:
parent
d440532cff
commit
ecaf3b7b3d
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue