Remove unused code from uninstall

pull/33/head
Pat Hartl 2023-11-16 00:46:42 -06:00
parent 8d85aca0a7
commit 03828bea60
1 changed files with 0 additions and 10 deletions

View File

@ -96,16 +96,6 @@ namespace LANCommander.SDK
public void Uninstall(string installDirectory)
{
var manifest = ManifestHelper.Read(installDirectory);
try
{
Logger?.LogTrace("Running uninstall script");
}
catch (Exception ex)
{
Logger?.LogError(ex, "Error running uninstall script");
}
Logger?.LogTrace("Attempting to delete the install directory");