Removed unused variable

This commit is contained in:
ZestyTS 2022-08-04 15:43:40 -07:00
parent 15686bd5a2
commit a6ebdc20f6

View file

@ -103,7 +103,7 @@ namespace UWUVCI_AIO_WPF.UI.Windows
throw new Exception();
}
}
catch (Exception e)
catch (Exception)
{
Custom_Message cm = new Custom_Message("Not Implemented", $"The Helppage for {url.ToUpper()} is not implemented yet");
try