plugins/mod_posix.lua
changeset 1050 9552c08241af
parent 1042 a3d77353c18a
parent 1045 06887b889b17
child 1066 0cb325970a50
--- a/plugins/mod_posix.lua	Thu Apr 23 02:48:22 2009 +0500
+++ b/plugins/mod_posix.lua	Thu Apr 23 03:28:35 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