repo: ngircd
action: commit
revision: 
path_from: 
revision_from: ab3ac4e466aad50300e1283713dff9dd0178a92b:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit ab3ac4e466aad50300e1283713dff9dd0178a92b
Author: Alexander Barton 
Date:   Mon Sep 5 08:11:11 2005 +0000

    Removed obsolete debug message.

diff --git a/src/ngircd/irc-channel.c b/src/ngircd/irc-channel.c
index f20ef1912818d258745191150d06def8e3ac06ae..
index ..ab93185a9c4e1c6adfff933e1f6c214b681b3c71 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? */

-----END OF PAGE-----