securitydialogs/Autolock/src/AutoLockView.cpp
branchRCL_3
changeset 16 9971b621ef6c
parent 0 164170e6151a
--- a/securitydialogs/Autolock/src/AutoLockView.cpp	Wed Apr 14 16:51:06 2010 +0300
+++ b/securitydialogs/Autolock/src/AutoLockView.cpp	Tue Apr 27 17:31:46 2010 +0300
@@ -99,18 +99,18 @@
     }
 void CAutolockView::HandleCall(TInt aCommand, TRect &aRect)
     {
-    	RDebug::Printf( "%s %s (%u) aCommand=%x", __FILE__, __PRETTY_FUNCTION__, __LINE__, aCommand );
+    	// RDebug::Printf( "%s %s (%u) aCommand=%x", __FILE__, __PRETTY_FUNCTION__, __LINE__, aCommand );
     if (iView)
     	{
         TRect cr = ClientRect();
         iView->SetRect( cr );
-    		RDebug::Printf( "%s %s (%u) got 2 cr=%x", __FILE__, __PRETTY_FUNCTION__, __LINE__, aCommand );
+    		// RDebug::Printf( "%s %s (%u) got 2 cr=%x", __FILE__, __PRETTY_FUNCTION__, __LINE__, aCommand );
         iView->DrawNow( );
         iView->GiveCoords( aRect );
 			}
     else
 			{
-			RDebug::Printf( "%s %s (%u) !iView ???=%x", __FILE__, __PRETTY_FUNCTION__, __LINE__, iView );
+			// RDebug::Printf( "%s %s (%u) !iView ???=%x", __FILE__, __PRETTY_FUNCTION__, __LINE__, iView );
 			}
     }
 void CAutolockView::MakeVisible(TBool aVisibility)