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),