mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 13:12:39 +02:00
Avoid saving error log twice
This commit is contained in:
parent
b877d20219
commit
1f6c4dc375
1 changed files with 0 additions and 1 deletions
|
@ -208,7 +208,6 @@ void CLauncherDlg::startProcess() {
|
|||
break;
|
||||
}
|
||||
if (error != LauncherUtils::DeleteDirError::NoErrorDeleting) {
|
||||
theApp._manager.saveErrorLog();
|
||||
theApp._manager.setFailed(true);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue