From b53c2bd3cf96b336e24703e8e4b809d37d539bdf Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Tue, 21 Feb 2023 18:36:22 -0800 Subject: [PATCH] this is not worth a warning because it's an expected state --- NewHorizons/Utility/Cache.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/NewHorizons/Utility/Cache.cs b/NewHorizons/Utility/Cache.cs index 9c8251e4..e80c7b36 100644 --- a/NewHorizons/Utility/Cache.cs +++ b/NewHorizons/Utility/Cache.cs @@ -23,7 +23,6 @@ namespace NewHorizons.Utility if (!File.Exists(fullPath)) { - Logger.LogWarning("Cache file not found! Cache path: " + cacheFilePath); data = new Dictionary(); return; }