removed logging

git-svn-id: http://yolanda.mister-muffin.de/svn@265 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
josch 2008-04-03 12:52:49 +00:00
parent d97a6c432f
commit f51aac032c

View file

@ -15,7 +15,7 @@ $root = '/var/www/yolanda';
#TODO: deamonize by uncommenting this line
#Proc::Daemon::Init;
$LOG = "$root/daemon.log";
$LOG = "/dev/null";
#TODO: maybe keep file open the whole time ?