[Objects] Remove "No objects to load for zone" error message (#3807)

This commit is contained in:
Chris Miles 2023-12-27 20:03:08 -06:00 committed by GitHub
parent 0b181d5048
commit 473c5096f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,10 +182,6 @@ bool Zone::LoadZoneObjects()
ContentFilterCriteria::apply()
)
);
if (l.empty()) {
LogWarning("No Objects to load for Zone [{}] Version [{}]", zoneid, instanceversion);
return false;
}
for (const auto &e : l) {
if (e.type == ObjectTypes::StaticLocked) {