removed unneeeded warning

This commit is contained in:
FreezeDriedMangoes 2023-02-22 19:32:56 -05:00
parent 68c8972b66
commit 24f11a7764

View File

@ -28,7 +28,6 @@ namespace NewHorizons.Utility
{ {
if (RelativePath == null) if (RelativePath == null)
{ {
Logger.LogWarning("Cannot load cache! RelativePath is null!");
return; return;
} }