Changeset

77:22be057cf590

clix.archive: Remove some debugging code that slipped in
author Kim Alvefur <zash@zash.se>
date Mon, 25 Jun 2012 02:41:02 +0200
parents 76:aa672fc46be1
children 78:bed3cfce7d60
files clix/archive.lua
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/clix/archive.lua	Mon Jun 25 02:39:52 2012 +0200
+++ b/clix/archive.lua	Mon Jun 25 02:41:02 2012 +0200
@@ -19,11 +19,6 @@
 		print"";
 	end
 
-	print"opts"
-	for k,v in pairs(opts) do
-		print("",k,v)
-	end
-
 	local function on_connect(conn)
 		if opts.debug then
 			conn:hook("stanza-out", print);