Remove stray debug message
authorMyhailo Danylenko <isbear@ukrpost.net>
Tue, 07 Aug 2012 02:46:54 +0300
changeset 126 5f0025da31e6
parent 125 3e2421384d7a
child 127 9157566033e8
Remove stray debug message
examples/shortenurl.lua
--- a/examples/shortenurl.lua	Tue Aug 07 02:43:46 2012 +0300
+++ b/examples/shortenurl.lua	Tue Aug 07 02:46:54 2012 +0300
@@ -37,7 +37,6 @@
 			function ( data )
 				if not data then
 					-- eof
-					print ( 'lua reply: ' .. replystring )
 					local reply = json.decode ( replystring )
 					if reply and reply.id then
 						if jid and main.yesno ( main.option ( 'lua_shorten_post_url' ) ) then