X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=util%2Fstanza.lua;h=4e833caad35d3f3e3bb771645035752b818bf08e;hb=863f00a39e9e9a50569b3390c5bc16f27c4e88ea;hp=ba864e0176d1b80ff3c9666c16f2d67ca1ca3425;hpb=031af60b56df694afb3aecc7285e4690f775ee06;p=prosody.git 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" };