From 6d5317ea1a8181b77ea7eb49f69a2f2bbff5843b Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 28 Jan 2018 19:02:50 +1100 Subject: [PATCH] remove debug output --- scripts/native/debugcommands/Set.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/native/debugcommands/Set.cpp b/scripts/native/debugcommands/Set.cpp index ccf2cdc8..d9b1747a 100644 --- a/scripts/native/debugcommands/Set.cpp +++ b/scripts/native/debugcommands/Set.cpp @@ -16,9 +16,6 @@ public: 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 != "" ) ) { int32_t posX;