testing: errors
[awesomized/libmemcached] / test / lib / Connection.cpp
index b6df553b1ca5f166c259cb29118b6e2ded18b036..0530d38bf7a88525012e58c6cf8ca6e90ff90cec 100644 (file)
@@ -193,6 +193,5 @@ string Connection::error(const initializer_list<string> &args) {
     ss << arg;
   }
 
-  cerr << ss.str() << endl;
   return ss.str();
 }