diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/player.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/player.cc b/src/core/player.cc index 9f531ed..ba5ffbe 100644 --- a/src/core/player.cc +++ b/src/core/player.cc @@ -158,7 +158,7 @@ void Player::add_asset(EntityControlable *entity) { entity->entity_owner = this; assets.push_back(entity); - con_debug << " adding asset " << entity->id() << " to player " << id() << std::endl; + //con_debug << " adding asset " << entity->id() << " to player " << id() << std::endl; } void Player::remove_asset(EntityControlable *entity) |