Popup removal 2
[platform/framework/web/wrt-installer.git] / src / jobs / widget_install / job_widget_install.cpp
index e2b2086..d733180 100644 (file)
@@ -162,8 +162,6 @@ JobWidgetInstall::JobWidgetInstall(
     JobContextBase<WidgetInstallationStruct>(installerStruct),
     m_exceptionCaught(Jobs::Exceptions::Success)
 {
-    m_installerContext.m_quiet = m_jobStruct.m_quiet;
-
     ConfigureResult result = PrePareInstallation(widgetPath);
 
     if (result == ConfigureResult::Ok) {