util.datamanager: When failing to load a list file, and the file exists, log an error...
[prosody.git] / plugins / mod_posix.lua
index e86b785450f77152b9ac21959444aef78dbc4104..d229c1b8e35fd74f202b6e91e68c3c9318524ce1 100644 (file)
@@ -17,8 +17,6 @@ if type(signal) == "string" then
        module:log("warn", "Couldn't load signal library, won't respond to SIGTERM");
 end
 
-local logger_set = require "util.logger".setwriter;
-
 local lfs = require "lfs";
 local stat = lfs.attributes;