diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-01-14 13:56:27 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-01-14 13:56:27 +0100 |
commit | a447214f10e894a7de827c3ff10c185280ed2538 (patch) | |
tree | 5e3a126b79899c2b31ccf0c2204f44c4d2b3be17 | |
parent | ddc989ce5dfe4df14296e3f669a1ce2af082a111 (diff) | |
download | biboumi-a447214f10e894a7de827c3ff10c185280ed2538.tar.gz biboumi-a447214f10e894a7de827c3ff10c185280ed2538.tar.bz2 biboumi-a447214f10e894a7de827c3ff10c185280ed2538.tar.xz biboumi-a447214f10e894a7de827c3ff10c185280ed2538.zip |
Remove a recent debug line that should not be there
-rw-r--r-- | src/irc/irc_client.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/irc/irc_client.cpp b/src/irc/irc_client.cpp index 2549138..ee8d2d8 100644 --- a/src/irc/irc_client.cpp +++ b/src/irc/irc_client.cpp @@ -304,7 +304,6 @@ void IrcClient::on_notice(const IrcMessage& message) // it. Otherwise we treat it as a notice coming from the server. IrcUser user(from); std::string nick = utils::tolower(user.nick); - log_debug("received notice from nick: " << nick); if (this->nicks_to_treat_as_private.find(nick) != this->nicks_to_treat_as_private.end()) { // We previously sent a message to that nick) |