aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2017-08-11 10:53:19 +0200
committerChristophe Romain <christophe.romain@process-one.net>2017-08-11 10:53:19 +0200
commit024713a4418526cd59d8e95a95b13f890dcb0160 (patch)
treeea33aac7c51ee36b2e5916ab8bc9ee2254cc84a0
parentUse correct c2s process sending PEP with multi devices (diff)
Remove temporary debug
-rw-r--r--src/mod_pubsub.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mod_pubsub.erl b/src/mod_pubsub.erl
index 40c6e3d06..2d340cbdf 100644
--- a/src/mod_pubsub.erl
+++ b/src/mod_pubsub.erl
@@ -2901,7 +2901,6 @@ maybe_send_pep_stanza(LServer, USR, Caps, Feature, Packet) ->
end.
send_last_items(JID) ->
- ?DEBUG("~s", [jid:to_string(JID)]),
ServerHost = JID#jid.lserver,
Host = host(ServerHost),
DBType = config(ServerHost, db_type),
@@ -2942,7 +2941,6 @@ send_last_items(JID) ->
% ok
% end.
send_last_pep(From, To) ->
- ?DEBUG("~s -> ~s", [jid:to_string(From), jid:to_string(To)]),
ServerHost = From#jid.lserver,
Host = host(ServerHost),
Publisher = jid:tolower(From),