diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-10-08 20:06:07 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-10-08 20:06:07 +0100 |
commit | 7c81eebb011cfbe445b778fa3459a9c8443de8d2 (patch) | |
tree | fa1c0edaf75870e0ebed9b1036044648473cca7e /util | |
parent | 67ec7d93f011cdb14f9adcef310937275bfbaa44 (diff) | |
download | prosody-7c81eebb011cfbe445b778fa3459a9c8443de8d2.tar.gz prosody-7c81eebb011cfbe445b778fa3459a9c8443de8d2.zip |
util.stanza: Remove silly dependency on util.logger
Diffstat (limited to 'util')
-rw-r--r-- | util/stanza.lua | 2 |
1 files changed, 0 insertions, 2 deletions
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" }; |