1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 06:47:45 +00:00

remove debug output

This commit is contained in:
Adam 2018-01-28 19:02:50 +11:00
parent fb06cd4930
commit 6d5317ea1a

View file

@ -16,9 +16,6 @@ public:
virtual void run( Entity::Player& player, const std::string& data, const std::string& subCommand, const std::string& params ) virtual void run( Entity::Player& player, const std::string& data, const std::string& subCommand, const std::string& params )
{ {
player.sendDebug( subCommand );
player.sendDebug( params );
if( ( ( subCommand == "pos" ) || ( subCommand == "posr" ) ) && ( params != "" ) ) if( ( ( subCommand == "pos" ) || ( subCommand == "posr" ) ) && ( params != "" ) )
{ {
int32_t posX; int32_t posX;