mod_presence: Remove some rather drastic debugging code

Wed, 22 Apr 2009 00:49:45 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Wed, 22 Apr 2009 00:49:45 +0500
changeset 1023
c0a3ef0a1f34
parent 1022
820995fbb7cf
child 1025
efd71cae24ea

mod_presence: Remove some rather drastic debugging code

plugins/mod_presence.lua file | annotate | diff | comparison | revisions
--- a/plugins/mod_presence.lua	Tue Apr 21 20:31:12 2009 +0100
+++ b/plugins/mod_presence.lua	Wed Apr 22 00:49:45 2009 +0500
@@ -41,7 +41,6 @@
 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;

mercurial