summaryrefslogtreecommitdiff
path: root/src/channels.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/channels.cpp')
-rw-r--r--src/channels.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/channels.cpp b/src/channels.cpp
index a90aa5a03..e58655f58 100644
--- a/src/channels.cpp
+++ b/src/channels.cpp
@@ -1201,8 +1201,6 @@ void do_part(const char *source, int ac, const char **av)
if (!c)
Alog(LOG_DEBUG) << "Recieved PART from " << user->nick << " for nonexistant channel " << buf;
- Alog(LOG_DEBUG) << source << " leaves " << buf;
-
if (user->FindChannel(c))
{
FOREACH_MOD(I_OnPrePartChannel, OnPrePartChannel(user, c));