Remove unused code from uninstall
This commit is contained in:
parent
8d85aca0a7
commit
03828bea60
1 changed files with 0 additions and 10 deletions
|
@ -96,16 +96,6 @@ namespace LANCommander.SDK
|
||||||
|
|
||||||
public void Uninstall(string installDirectory)
|
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");
|
Logger?.LogTrace("Attempting to delete the install directory");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue