Silence old warning

This commit is contained in:
Wojtek Figat
2022-05-06 17:17:54 +02:00
parent 21e6c2603c
commit 2d27e0997f

View File

@@ -251,7 +251,7 @@ bool Content::GetAssetInfo(const Guid& id, AssetInfo& info)
return true;
}
LOG(Warning, "Cannot find {0}.", id);
//LOG(Warning, "Cannot find {0}.", id);
return false;
#else