From: Alexander Barton Date: Mon, 5 Sep 2005 08:11:11 +0000 (+0000) Subject: Removed obsolete debug message. X-Git-Tag: rel-0-10-0-pre1~77 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=ab3ac4e466aad50300e1283713dff9dd0178a92b Removed obsolete debug message. --- diff --git a/src/ngircd/irc-channel.c b/src/ngircd/irc-channel.c index f20ef191..ab93185a 100644 --- a/src/ngircd/irc-channel.c +++ b/src/ngircd/irc-channel.c @@ -14,7 +14,7 @@ #include "portab.h" -static char UNUSED id[] = "$Id: irc-channel.c,v 1.32 2005/09/02 15:46:49 alex Exp $"; +static char UNUSED id[] = "$Id: irc-channel.c,v 1.33 2005/09/05 08:11:11 alex Exp $"; #include "imp.h" #include @@ -75,7 +75,6 @@ IRC_JOIN( CLIENT *Client, REQUEST *Req ) /* Channel-Namen durchgehen */ while (channame) { - Log(LOG_INFO, "channame=%s, key=%s", channame, key ? key : "-"); chan = NULL; flags = NULL; /* wird der Channel neu angelegt? */