diff --git a/ixsnake/ixsnake/IXRedisServer.cpp b/ixsnake/ixsnake/IXRedisServer.cpp index 9cf3713d..b7b8b706 100644 --- a/ixsnake/ixsnake/IXRedisServer.cpp +++ b/ixsnake/ixsnake/IXRedisServer.cpp @@ -11,7 +11,6 @@ #include #include #include -#include #include #include @@ -188,12 +187,6 @@ namespace ix tokens.push_back(readResult.second); } - for (auto&& token : tokens) - { - std::cerr << token << " "; - } - std::cerr << std::endl; - return true; }