Merge with 0.5
[prosody.git] / util / stanza.lua
index ba864e0176d1b80ff3c9666c16f2d67ca1ca3425..4e833caad35d3f3e3bb771645035752b818bf08e 100644 (file)
@@ -37,8 +37,6 @@ if do_pretty_printing then
        end
 end
 
-local log = require "util.logger".init("stanza");
-
 module "stanza"
 
 stanza_mt = { __type = "stanza" };