Removes stopping animation debug

This commit is contained in:
Dax Dupont
2018-01-02 18:06:10 +01:00
parent fce9213ad7
commit bce2a4fc31
3 changed files with 1 additions and 3 deletions

View File

@@ -203,7 +203,6 @@ export class Agent
{
// TODO: Pretty sure this isn't the best way to do this
this.controlFlags = ControlFlags.AGENT_CONTROL_FINISH_ANIM;
console.log('Stopping animation ' + a);
this.sendAgentUpdate();
this.controlFlags = 0;
}