From f7d4db4812c346ed2624a5885326408b4f794f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Mon, 8 May 2017 23:02:14 +0200 Subject: Remove a useless debug log --- src/bridge/bridge.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/bridge/bridge.cpp b/src/bridge/bridge.cpp index 11fd860..f2d782c 100644 --- a/src/bridge/bridge.cpp +++ b/src/bridge/bridge.cpp @@ -559,7 +559,6 @@ void Bridge::send_irc_channel_list_request(const Iid& iid, const std::string& iq { auto& list = channel_list_cache[iid.get_server()]; const auto res = this->send_matching_channel_list(list, rs_info, iq_id, to_jid, std::to_string(iid)); - log_debug("We added a new channel in our list, can we send the result? ", std::boolalpha, res); return res; } else if (message.command == "323" || message.command == "RPL_LISTEND") -- cgit v1.2.3