terminalsecurity/SCP/SCPServer/src/SCPLockSettingEventHandler.cpp
changeset 24 bf47f3b79154
parent 22 19fb38abab1d
child 62 19bba8228ff0
--- a/terminalsecurity/SCP/SCPServer/src/SCPLockSettingEventHandler.cpp	Fri Apr 16 15:52:47 2010 +0300
+++ b/terminalsecurity/SCP/SCPServer/src/SCPLockSettingEventHandler.cpp	Mon May 03 13:19:46 2010 +0300
@@ -390,21 +390,18 @@
 	   
     if ( ( startFinalPhase ) && ( iAutolock ) )
         {
-        	Dprint( (_L("--> CSCPLockSettingEventHandler::RunL-startFinalPhase") ));
         // Autolock activation/deactivation was requested
         TRAPD( err, SetAutolockStateL( iState ) );
     
         if ( err != KErrNone )
             {
             // If the call failed, send the result as the message status
-            Dprint( (_L("--> CSCPLockSettingEventHandler::RunL-err!=Kerrnone") ));
             iMessageStatus = err;
             }
         else if ( !iState )
             {
             // Inform the session-class that an unlock-message has been sent
             // (the server won't respond to Autolock until the handler finishes)                    
-            Dprint( (_L("--> CSCPLockSettingEventHandler::RunL-!iState") ));                  
             iSession->LockOperationPending( ESCPCommandUnlockPhone, &iStatus );
             iUnlockSent = ETrue;	                
             finalCall = EFalse;