diff irccdctl/cli.cpp @ 348:24b1709093e7

Irccdctl: resurrect
author David Demelier <markand@malikania.fr>
date Sun, 13 Nov 2016 14:16:58 +0100
parents 006452e4a997
children b59767d7f3d3
line wrap: on
line diff
--- a/irccdctl/cli.cpp	Sun Nov 13 10:41:28 2016 +0100
+++ b/irccdctl/cli.cpp	Sun Nov 13 14:16:58 2016 +0100
@@ -71,8 +71,6 @@
 
     irccdctl.client().onMessage.disconnect(id);
 
-    std::cout << msg << std::endl;
-
     if (!msg.is_object())
         throw std::runtime_error("no response received");
     if (util::json::getString(msg, "command") != m_name)