From 1f8c32cbff0916c674fc16878fb5b68533eaf76d Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Sat, 22 Dec 2007 01:14:56 +0000 Subject: [PATCH] debug log fix SVN Revision: 1098 --- src/mod_pubsub/mod_pubsub.erl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mod_pubsub/mod_pubsub.erl b/src/mod_pubsub/mod_pubsub.erl index e25b30af1..96f1f2880 100644 --- a/src/mod_pubsub/mod_pubsub.erl +++ b/src/mod_pubsub/mod_pubsub.erl @@ -1687,7 +1687,6 @@ send_items(Host, Node, LJID, Number) -> %% Response = [pubsubIQResponse()] %% @doc

Return the list of affiliations as an XMPP response.

get_affiliations(Host, JID, Plugins) when is_list(Plugins) -> - ?INFO_MSG("**1 ~p",[{Host,JID,Plugins}]), Result = lists:foldl( fun(Type, {Status, Acc}) -> Features = features(Type),