summaryrefslogtreecommitdiff
path: root/src/bridge/bridge.cpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-05-08 23:02:14 +0200
committerlouiz’ <louiz@louiz.org>2017-05-08 23:02:14 +0200
commitf7d4db4812c346ed2624a5885326408b4f794f6f (patch)
tree3493646f175471db2658a56a93ef795c6f35bb3e /src/bridge/bridge.cpp
parent984d71838ec98a94101804e48a4536c64d75602c (diff)
downloadbiboumi-f7d4db4812c346ed2624a5885326408b4f794f6f.tar.gz
biboumi-f7d4db4812c346ed2624a5885326408b4f794f6f.tar.bz2
biboumi-f7d4db4812c346ed2624a5885326408b4f794f6f.tar.xz
biboumi-f7d4db4812c346ed2624a5885326408b4f794f6f.zip
Remove a useless debug log
Diffstat (limited to 'src/bridge/bridge.cpp')
-rw-r--r--src/bridge/bridge.cpp1
1 files changed, 0 insertions, 1 deletions
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")