diff -r 0a271e5c9962 -r 91ba8de50d7b sysstatemgmt/systemstatemgr/cmd/src/ssmcommandlistimpl.cpp --- a/sysstatemgmt/systemstatemgr/cmd/src/ssmcommandlistimpl.cpp Mon Mar 08 21:44:39 2010 +0000 +++ b/sysstatemgmt/systemstatemgr/cmd/src/ssmcommandlistimpl.cpp Sun Mar 14 13:15:06 2010 +0000 @@ -237,8 +237,6 @@ //@panic ECmdNullPtr if the information used to create command is null void CSsmCommandListImpl::Execute( const TInt aIndex, TRequestStatus& aStatus ) { - DEBUGPRINT2A("CSsmCommandListImpl::Execute - List Count() = %d", Count()); - __ASSERT_DEBUG( __IN_RANGE(aIndex, iCmdList.Count()), PanicNow(KPanicCmdList, ECmdListBadIdx)); __ASSERT_DEBUG( iCmdList[ aIndex ], PanicNow(KPanicCmdList, ECmdNullPtr)); @@ -333,9 +331,9 @@ SSMLOGLEAVE(KErrArgument); } - const TSsmCommandType cmdType = aCmd->Type(); + const TSsmCommandType cmdType = aCmd->Type(); DEBUGPRINT2A("Adding command type: %d", cmdType); - + if (ESsmCmdPublishSystemState == cmdType) { ++iPublishSysStateCmdCount;