Remove some warnings.
This commit is contained in:
parent
4801f37e7c
commit
7af8d8aa70
2 changed files with 8 additions and 9 deletions
|
|
@ -408,10 +408,6 @@ namespace AppScaffolding
|
|||
|
||||
public static void migrate_to_v11_5_0(Configuration config)
|
||||
{
|
||||
var writeToPath = "Serilog.WriteTo";
|
||||
|
||||
//QuickFilters.FilterState? inMemoryState;
|
||||
|
||||
// Read file, but convert old format to new (with Name field) as necessary.
|
||||
if (!File.Exists(QuickFilters.JsonFile))
|
||||
{
|
||||
|
|
@ -448,7 +444,7 @@ namespace AppScaffolding
|
|||
}
|
||||
Debug.Assert(false, "Should not get here, QuickFilters.json deserialization issue");
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch
|
||||
{
|
||||
// Eat
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue