diff options
author | louiz’ <louiz@louiz.org> | 2017-03-29 23:32:43 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-03-29 23:32:43 +0200 |
commit | 1a09c965eb3723cdaab9ea556f30ffbc7f09a6dd (patch) | |
tree | 8da20afbb4520f71bbdd9ed6fc2ff301bb7be992 /src/xmpp/biboumi_component.cpp | |
parent | 52b795d11976802cfec12d886fca508047ffed89 (diff) | |
download | biboumi-1a09c965eb3723cdaab9ea556f30ffbc7f09a6dd.tar.gz biboumi-1a09c965eb3723cdaab9ea556f30ffbc7f09a6dd.tar.bz2 biboumi-1a09c965eb3723cdaab9ea556f30ffbc7f09a6dd.tar.xz biboumi-1a09c965eb3723cdaab9ea556f30ffbc7f09a6dd.zip |
Remove two sneaky log_debug
Diffstat (limited to 'src/xmpp/biboumi_component.cpp')
-rw-r--r-- | src/xmpp/biboumi_component.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xmpp/biboumi_component.cpp b/src/xmpp/biboumi_component.cpp index 6dc8ce9..df96d62 100644 --- a/src/xmpp/biboumi_component.cpp +++ b/src/xmpp/biboumi_component.cpp @@ -422,7 +422,6 @@ void BiboumiComponent::handle_iq(const Stanza& stanza) } else if (iid.type == Iid::Type::Channel) { - log_debug("type_channel"); if (node.empty()) { this->send_irc_channel_disco_info(id, from, to_str); @@ -763,7 +762,6 @@ void BiboumiComponent::send_irc_channel_muc_traffic_info(const std::string& id, void BiboumiComponent::send_irc_channel_disco_info(const std::string& id, const std::string& jid_to, const std::string& jid_from) { - log_debug("jid_from: ", jid_from); Jid from(jid_from); Iid iid(from.local, {}); Stanza iq("iq"); |