this is not worth a warning because it's an expected state

This commit is contained in:
JohnCorby 2023-02-21 18:36:22 -08:00
parent 3dcc3609d1
commit b53c2bd3cf

View File

@ -23,7 +23,6 @@ namespace NewHorizons.Utility
if (!File.Exists(fullPath)) if (!File.Exists(fullPath))
{ {
Logger.LogWarning("Cache file not found! Cache path: " + cacheFilePath);
data = new Dictionary<string, string>(); data = new Dictionary<string, string>();
return; return;
} }