Avoid saving error log twice

This commit is contained in:
luiscuenca 2019-07-02 15:31:28 -07:00
parent b877d20219
commit 1f6c4dc375
No known key found for this signature in database
GPG key ID: 2387ECD129A6961D

View file

@ -208,7 +208,6 @@ void CLauncherDlg::startProcess() {
break;
}
if (error != LauncherUtils::DeleteDirError::NoErrorDeleting) {
theApp._manager.saveErrorLog();
theApp._manager.setFailed(true);
}
});