mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
mod_posix: Remove redundant import of logger.setwriter()
This commit is contained in:
parent
bda7879483
commit
7ef9dad636
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue