NSE_42715
[apps/osp/Gallery.git] / src / GlFileListPresentationModel.cpp
index df34571..d71a4eb 100644 (file)
@@ -1024,10 +1024,8 @@ FileListPresentationModel::StartAppControl(const String& providerId, const Strin
        AppLogDebug("ENTER");
        AppControl* pAc = AppManager::FindAppControlN(providerId, operationId);
 
-       AppLogDebug("rashmi b4(%ls)", __providerId.GetPointer());
        ClearProviderId();
        __providerId.Append(providerId);
-       AppLogDebug("rashmi after(%ls)", __providerId.GetPointer());
 
        if (pAc == null)
        {
@@ -1617,11 +1615,10 @@ FileListPresentationModel::RotateImage(int index, RotateMode rotateMode)
 void
 FileListPresentationModel::ClearImageCache(void)
 {
-       AppLogDebug("FileListPresentationModel::ClearImageCache ++");
+       AppLogDebug("ENTER");
 
        if(__pIconListViewCache != null)
        {
-               AppLogDebug("rashmi __providerId(%ls)", __providerId.GetPointer());
                bool clearThumbnailReq = true;
                while(__pIconListViewCache->GetCount() != 0)
                {
@@ -1634,7 +1631,7 @@ FileListPresentationModel::ClearImageCache(void)
                        __pIconListViewCache->RemoveAt(0, true);
                }
        }
-       AppLogDebug("FileListPresentationModel::ClearImageCache --");
+       AppLogDebug("EXIT");
 }
 
 void