mod_posix: Remove some debug coooooooooode

Wed, 22 Apr 2009 21:42:19 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 22 Apr 2009 21:42:19 +0100
changeset 1045
06887b889b17
parent 1033
4a9f0d482028
child 1046
6fef969ff307

mod_posix: Remove some debug coooooooooode

plugins/mod_posix.lua file | annotate | diff | comparison | revisions
--- 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

mercurial