diff src/privacy.c @ 8150:20262ccefdd8

[gaim-migrate @ 8862] Nope, it's humor. Trust me, I know--I define it. Oh, also, this should make oscar ssi lists take precedence over local lists. So if you sign on while you're in Rome and delete someone, the next time you sign in with Gaim the dude will be deleted from your local list as well. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 20 Jan 2004 15:27:33 +0000
parents fa6395637e2c
children 7a8aa87164ae
line wrap: on
line diff
--- a/src/privacy.c	Tue Jan 20 13:42:48 2004 +0000
+++ b/src/privacy.c	Tue Jan 20 15:27:33 2004 +0000
@@ -22,7 +22,6 @@
 #include "internal.h"
 
 #include "account.h"
-#include "debug.h"
 #include "privacy.h"
 #include "server.h"
 #include "util.h"
@@ -160,11 +159,8 @@
 	account->deny = g_slist_remove(account->deny, l->data);
 	g_free(l->data);
 
-	if (!local_only && gaim_account_is_connected(account)) {
-		gaim_debug(GAIM_DEBUG_INFO, "privacy",
-				   "Removing %s from server-side deny list\n", who);
+	if (!local_only && gaim_account_is_connected(account))
 		serv_rem_deny(gaim_account_get_connection(account), who);
-	}
 
 	gaim_blist_save();