From 47f497ad9364b3f6af3e66b771fdc7cb9ed17f7b Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 4 Feb 2016 18:40:24 +0100 Subject: loggingmanager: Remove Windows hack, buffer_mode should fix this --- core/loggingmanager.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/core/loggingmanager.lua b/core/loggingmanager.lua index 00398229..64e1ea77 100644 --- a/core/loggingmanager.lua +++ b/core/loggingmanager.lua @@ -16,13 +16,6 @@ local math_max, rep = math.max, string.rep; local os_date = os.date; local getstyle, getstring = require "util.termcolours".getstyle, require "util.termcolours".getstring; --- COMPAT: This should no longer be needed since the addition of setvbuf calls -if os.getenv("__FLUSH_LOG") then - local io_flush = io.flush; - local _io_write = io_write; - io_write = function(...) _io_write(...); io_flush(); end -end - local config = require "core.configmanager"; local logger = require "util.logger"; local prosody = prosody; -- cgit v1.2.3