diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-04-22 21:42:19 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-04-22 21:42:19 +0100 |
commit | d80095a3d3490880b2263e7f15dc78de3e19373f (patch) | |
tree | de756bae8008fd0833452f958ebb8a0f940f3149 /plugins | |
parent | fc2a4159849cf5fcb2c53d4fb0c0f1a7b101d69a (diff) | |
download | prosody-d80095a3d3490880b2263e7f15dc78de3e19373f.tar.gz prosody-d80095a3d3490880b2263e7f15dc78de3e19373f.zip |
mod_posix: Remove some debug coooooooooode
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_posix.lua | 1 |
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 |