aboutsummaryrefslogtreecommitdiffstats
path: root/unittest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittest.cpp')
-rw-r--r--unittest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/unittest.cpp b/unittest.cpp
index 58e0639..40903c5 100644
--- a/unittest.cpp
+++ b/unittest.cpp
@@ -280,7 +280,6 @@ TEST(multi_server)
for(auto ch:sendmsg)
{
char buf[1] = {ch};
- std::cerr << ch << '(' << (int)ch<<')'<<std::endl;
c.send(asio::buffer(buf));
}