Index: common/Player.cpp
===================================================================
--- common/Player.cpp	(revision 7b43385375bd02e506e07071412b3b79737213c2)
+++ common/Player.cpp	(revision 3d81c0dc976c531bcede0e829cd33db7fc5e12e1)
@@ -71,11 +71,4 @@
    memcpy(&this->target.y, buffer+16, 4);
    this->name.assign(buffer+20);
-
-   cout << "id: " << this->id << endl;
-   cout << "pos x: " << this->pos.x << endl;
-   cout << "pos y: " << this->pos.y << endl;
-   cout << "target x: " << this->target.x << endl;
-   cout << "target y: " << this->target.y << endl;
-   cout << "name: " << this->name << endl;
 }
 
