diff --git a/src/common/Network/GamePacketNew.h b/src/common/Network/GamePacketNew.h index eb3d358e..73602ef3 100644 --- a/src/common/Network/GamePacketNew.h +++ b/src/common/Network/GamePacketNew.h @@ -80,7 +80,6 @@ public: virtual std::vector< uint8_t > getData() const { - std::cout << "konichiwa bitches" << std::endl; return {}; }