Changeset

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
parents 1934:e14cf28396a8
children 1936:a6ca0dcc7b83
files util/stanza.lua
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
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" };