diff -r 4e1aa6a622a0 -r a811597961f0 sysstatemgmt/systemstatemgr/cmd/src/ssmcommandlistimpl.cpp --- a/sysstatemgmt/systemstatemgr/cmd/src/ssmcommandlistimpl.cpp Tue Feb 02 00:53:00 2010 +0200 +++ b/sysstatemgmt/systemstatemgr/cmd/src/ssmcommandlistimpl.cpp Sat Feb 20 00:05:00 2010 +0200 @@ -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;