removed debug printouts
This commit is contained in:
parent
d190bbaf7e
commit
199cd66420
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: maroy $
|
Author : $Author: maroy $
|
||||||
Version : $Revision: 1.6 $
|
Version : $Revision: 1.7 $
|
||||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/SchedulerDaemon.cxx,v $
|
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/SchedulerDaemon.cxx,v $
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
@ -244,13 +244,9 @@ SchedulerDaemon :: uninstall(void) throw (std::exception)
|
||||||
void
|
void
|
||||||
SchedulerDaemon :: start(void) throw (std::logic_error)
|
SchedulerDaemon :: start(void) throw (std::logic_error)
|
||||||
{
|
{
|
||||||
std::cerr << "SchedulerDaemon::start #1" << std::endl;
|
|
||||||
audioPlayer->initialize();
|
audioPlayer->initialize();
|
||||||
std::cerr << "SchedulerDaemon::start #2" << std::endl;
|
|
||||||
eventScheduler->start();
|
eventScheduler->start();
|
||||||
std::cerr << "SchedulerDaemon::start #3" << std::endl;
|
|
||||||
XmlRpcDaemon::start();
|
XmlRpcDaemon::start();
|
||||||
std::cerr << "SchedulerDaemon::start #4" << std::endl;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue