diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2007-12-22 01:14:56 +0000 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2007-12-22 01:14:56 +0000 |
commit | 1f8c32cbff0916c674fc16878fb5b68533eaf76d (patch) | |
tree | 54e8895e099806a0407995d455b950fc36622c0c | |
parent | EJAB-469 bugfix (diff) |
debug log fix
SVN Revision: 1098
-rw-r--r-- | src/mod_pubsub/mod_pubsub.erl | 1 |
1 files changed, 0 insertions, 1 deletions
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 <p>Return the list of affiliations as an XMPP response.</p> 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), |