# HG changeset patch
# User Matthew Wild <mwild1@gmail.com>
# Date 1255028767 -3600
# Node ID 05adeddf9f1b47a2a7b5a588063c0e8b7f114278
# Parent  e14cf28396a8c38ad490d0d9468212b7c0a4fa77
util.stanza: Remove silly dependency on util.logger

diff -r e14cf28396a8 -r 05adeddf9f1b util/stanza.lua
--- 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" };