Merge pull request #71 from PTMagicians/revert-64-develop

Revert "Added Clearer Log Message"
This commit is contained in:
HojouFotytu 2019-02-21 22:48:10 +09:00 committed by GitHub
commit 169f193424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 38 deletions

View File

@ -645,8 +645,6 @@ namespace Core.Main
// Check if the program is enabled
if (this.PTMagicConfiguration.GeneralSettings.Application.IsEnabled)
{
try
{
if (this.PTMagicConfiguration.GeneralSettings.Application.TestMode) this.Log.DoLogInfo("TESTMODE ENABLED - No files will be changed!");
@ -683,12 +681,7 @@ namespace Core.Main
this.Log.DoLogInfo("No FreeCurrencyConverterApi KEY specified! You can't use non USD Currencies!");
}
}
catch (System.NullReferenceException ex)
{
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");
}
}
else
{
this.Log.DoLogWarn("PTMagic disabled, shutting down...");