Skip to content

Commit

Permalink
REmove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJosh committed Oct 12, 2017
1 parent 5c93b17 commit 278fbb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/entity/unit/player.cpp
Expand Up @@ -274,7 +274,6 @@ void Player::update(float delta)

this->handleKeyChange();

printf("update %f\n", delta);
Unit::update(delta);
}

Expand All @@ -284,7 +283,6 @@ printf("update %f\n", delta);
**/
void Player::physicsUpdate(float delta)
{
printf("physicsUpdate %f\n", delta);
if (this->drive) {
this->drive->operate(this, delta, this->key, this->mouse_angle, this->vertical_angle);
this->resetIdleTime();
Expand Down

0 comments on commit 278fbb9

Please sign in to comment.