X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fjobs%2Fwidget_install%2Ftask_recovery.cpp;h=bd844aebcc2507052747b3a8b50b428e8db990e3;hb=908de059d18e3f04cc67ef6fb1c8c22c1aaddbb0;hp=1b922dbbd1b0f9782e6ce398b6fdceb76942e86a;hpb=fa226f47234afcd257e16338cc0e29f104eeed34;p=framework%2Fweb%2Fwrt-installer.git diff --git a/src/jobs/widget_install/task_recovery.cpp b/src/jobs/widget_install/task_recovery.cpp index 1b922db..bd844ae 100644 --- a/src/jobs/widget_install/task_recovery.cpp +++ b/src/jobs/widget_install/task_recovery.cpp @@ -72,10 +72,6 @@ void TaskRecovery::StepCreateCheckFile() m_context.installInfo = infoPath.str(); LogDebug("Create file : " << m_context.installInfo); - m_context.job->UpdateProgress( - InstallerContext::INSTALL_LINK_DEPENDS_DIRECTORY, - "depends directory linked." - ); } else { ThrowMsg(Exceptions::InternalError, "Fail to create file for recovery."); }