mod_presence: Remove some rather drastic debugging code

This commit is contained in:
Waqas Hussain 2009-04-22 00:49:45 +05:00
parent 868d01aa23
commit a4889cee50

View file

@ -41,7 +41,6 @@ function handle_presence(origin, stanza, from_bare, to_bare, core_route_stanza,
end
function handle_normal_presence(origin, stanza, core_route_stanza)
error("hello world")
if origin.roster then
for jid in pairs(origin.roster) do -- broadcast to all interested contacts
local subscription = origin.roster[jid].subscription;