From: Christophe Romain Date: Sat, 22 Dec 2007 01:14:56 +0000 (+0000) Subject: debug log fix X-Git-Tag: v2.0.0~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f8c32cbff0916c674fc16878fb5b68533eaf76d;p=ejabberd debug log fix SVN Revision: 1098 --- 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),