aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_posix.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-04-22 21:42:19 +0100
committerMatthew Wild <mwild1@gmail.com>2009-04-22 21:42:19 +0100
commitd80095a3d3490880b2263e7f15dc78de3e19373f (patch)
treede756bae8008fd0833452f958ebb8a0f940f3149 /plugins/mod_posix.lua
parentfc2a4159849cf5fcb2c53d4fb0c0f1a7b101d69a (diff)
downloadprosody-d80095a3d3490880b2263e7f15dc78de3e19373f.tar.gz
prosody-d80095a3d3490880b2263e7f15dc78de3e19373f.zip
mod_posix: Remove some debug coooooooooode
Diffstat (limited to 'plugins/mod_posix.lua')
-rw-r--r--plugins/mod_posix.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/mod_posix.lua b/plugins/mod_posix.lua
index f8fda7cd..36ca9a8c 100644
--- a/plugins/mod_posix.lua
+++ b/plugins/mod_posix.lua
@@ -43,7 +43,6 @@ end
local syslog_opened
function syslog_sink_maker(config)
if not syslog_opened then
- print("OPENING SYSLOOOOOOOOOG");
pposix.syslog_open("prosody");
syslog_opened = true;
end