Remove debug update

This commit is contained in:
pointfeev 2021-07-30 04:59:20 -05:00
parent a50eafb689
commit 8caf8b91b7

View file

@ -115,7 +115,6 @@ namespace CreamInstaller
{
InstallForm?.UpdateUser($"WARNING: Couldn't clean up downloaded archive ({OutputFile})", LogColor.Warning);
}
InstallForm?.UpdateUser($"WARNING: Couldn't clean up downloaded archive ({OutputFile})", LogColor.Warning);
OutputFile = null;
}
InstallForm?.UpdateProgress(100);