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; }