Merge

Mon, 11 Oct 2010 02:03:32 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 11 Oct 2010 02:03:32 +0100
changeset 148
386920f05808
parent 147
c95b84ed366b (current diff)
parent 145
96efa9ee8f18 (diff)
child 149
f5c524412939

Merge

--- a/plugins/adhoc.lua	Mon Oct 11 02:01:50 2010 +0100
+++ b/plugins/adhoc.lua	Mon Oct 11 02:03:32 2010 +0100
@@ -88,11 +88,9 @@
 
 -- Initial execution of a command
 function command_mt:execute()
-	io.write(":execute()\n");
 	local iq = verse.iq({ to = self.jid, type = "set" })
 		:tag("command", { xmlns = xmlns_commands, node = self.command });
 	self.stream:send_iq(iq, function (result)
-		io.write(":send_iq() response\n");
 		self:_process_response(result);
 	end);
 end

mercurial