fwk147: #i112578# Remove Sleep command used for debugging

This commit is contained in:
Carsten Driesner 2010-06-28 09:26:14 +02:00
parent f113398230
commit 07a000e572

View file

@ -474,8 +474,6 @@ void Desktop::Init()
RTL_LOGFILE_CONTEXT( aLog, "desktop (cd100003) ::Desktop::Init" );
SetBootstrapStatus(BS_OK);
Sleep(10000);
// create service factory...
Reference < XMultiServiceFactory > rSMgr = CreateApplicationServiceManager();
if( rSMgr.is() )