[Release] wrt-installer_0.0.89
[framework/web/wrt-installer.git] / src / jobs / widget_install / task_recovery.cpp
index 1b922db..bd844ae 100644 (file)
@@ -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.");
     }