Software /
code /
prosody
Changeset
1045:06887b889b17
mod_posix: Remove some debug coooooooooode
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 22 Apr 2009 21:42:19 +0100 |
parents | 1033:4a9f0d482028 |
children | 1046:6fef969ff307 |
files | plugins/mod_posix.lua |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_posix.lua Wed Apr 22 20:01:19 2009 +0100 +++ b/plugins/mod_posix.lua Wed Apr 22 21:42:19 2009 +0100 @@ -43,7 +43,6 @@ local syslog_opened function syslog_sink_maker(config) if not syslog_opened then - print("OPENING SYSLOOOOOOOOOG"); pposix.syslog_open("prosody"); syslog_opened = true; end