Index: common/Player.cpp
===================================================================
--- common/Player.cpp	(revision 60940f85ae9d0dac7d59f0c7c8e6b406ed798346)
+++ common/Player.cpp	(revision 67d032c94add06207e07199439dd98e893ffc158)
@@ -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;
 }
 
