From 7c81eebb011cfbe445b778fa3459a9c8443de8d2 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 8 Oct 2009 20:06:07 +0100 Subject: util.stanza: Remove silly dependency on util.logger --- util/stanza.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'util') diff --git a/util/stanza.lua b/util/stanza.lua index ba864e01..4e833caa 100644 --- a/util/stanza.lua +++ b/util/stanza.lua @@ -37,8 +37,6 @@ if do_pretty_printing then end end -local log = require "util.logger".init("stanza"); - module "stanza" stanza_mt = { __type = "stanza" }; -- cgit v1.2.3