Skip to content

Commit 4570d52

Browse files
committed
Cleanup of an unused method.
1 parent c3ce872 commit 4570d52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/Shared/Configuration/SettingsManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ private static SettingsDictionary GetSavedServerSettings(ExceptionlessConfigurat
2727
return new SettingsDictionary();
2828

2929
try {
30-
config.Resolver.GetJsonSerializer();
3130
return fileStorage.GetObject<SettingsDictionary>(configPath);
3231
} catch (Exception ex) {
3332
config.Resolver.GetLog().FormattedError(typeof(SettingsManager), ex, "Unable to read and apply saved server settings: {0}", ex.Message);

0 commit comments

Comments
 (0)