Diff

util/stanza.lua @ 1935:05adeddf9f1b

util.stanza: Remove silly dependency on util.logger
author Matthew Wild <mwild1@gmail.com>
date Thu, 08 Oct 2009 20:06:07 +0100
parent 1932:af8cdbb63b13
child 1984:f2b1f89e1d7c
line wrap: on
line diff
--- a/util/stanza.lua	Thu Oct 08 18:41:30 2009 +0100
+++ b/util/stanza.lua	Thu Oct 08 20:06:07 2009 +0100
@@ -37,8 +37,6 @@
 	end
 end
 
-local log = require "util.logger".init("stanza");
-
 module "stanza"
 
 stanza_mt = { __type = "stanza" };