Remove unused variable

Remove ex as it was not used.
This commit is contained in:
Nathaniel Nation 2019-02-20 23:52:07 -05:00
parent 21e15813c0
commit a8ca0a8701
1 changed files with 1 additions and 1 deletions

View File

@ -705,7 +705,7 @@ namespace Core.Main
this.Log.DoLogInfo("No FreeCurrencyConverterApi KEY specified, you can only use USD; apply for a key at: https://freecurrencyrates.com/en");
}
}
catch (System.NullReferenceException ex)
catch (System.NullReferenceException)
{
this.Log.DoLogError("PTM failed to read the Config File. That means something in the File is either missing or incorrect. If this happend after an update please take a look at the release notes at: https://github.com/PTMagicians/PTMagic/releases");
}