diff options
Diffstat (limited to 'client/player.cc')
-rw-r--r-- | client/player.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/player.cc b/client/player.cc index cec7b0f..143279f 100644 --- a/client/player.cc +++ b/client/player.cc @@ -37,5 +37,5 @@ Player::~Player() void Player::run() { - gInfo::info->info("The player thread is running."); + // MIaV::info->info("The player thread is running."); } |