util.stanza: Remove silly dependency on util.logger

Thu, 08 Oct 2009 20:06:07 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 08 Oct 2009 20:06:07 +0100
changeset 1935
05adeddf9f1b
parent 1934
e14cf28396a8
child 1936
a6ca0dcc7b83

util.stanza: Remove silly dependency on util.logger

util/stanza.lua file | annotate | diff | comparison | revisions
--- 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" };

mercurial