Qt: Remove debug popup after update cleanup

This commit is contained in:
Connor McLaughlin 2024-01-14 18:36:01 +10:00 committed by GitHub
parent c863149ad9
commit c23bcf6322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -649,8 +649,6 @@ bool AutoUpdaterDialog::doUpdate(const std::string& application_dir, const std::
void AutoUpdaterDialog::cleanupAfterUpdate()
{
QMessageBox::critical(nullptr, "CLEANUP", "CLEANUP");
// If we weren't portable, then updater executable gets left in the application directory.
if (EmuFolders::AppRoot == EmuFolders::DataRoot)
return;