about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2005-09-05 08:11:11 +0000
committerAlexander Barton <alex@barton.de>2005-09-05 08:11:11 +0000
commitab3ac4e466aad50300e1283713dff9dd0178a92b (patch)
treec42ef3605dc9c1d59e1850797dc4f670aa086455 /src
parent4d18ac83a271b014be289e3856988d2c653384e1 (diff)
downloadngircd-ab3ac4e466aad50300e1283713dff9dd0178a92b.tar.gz
ngircd-ab3ac4e466aad50300e1283713dff9dd0178a92b.zip
Removed obsolete debug message.
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/irc-channel.c3
1 files changed, 1 insertions, 2 deletions
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 <assert.h>
@@ -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? */