diff --git a/Core/Main/PTMagic.cs b/Core/Main/PTMagic.cs index 19b4137..c84e2e3 100644 --- a/Core/Main/PTMagic.cs +++ b/Core/Main/PTMagic.cs @@ -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"); }