Removed comment

This commit is contained in:
doterop 2021-01-11 18:02:10 +01:00 committed by bernat
parent 668d7fd496
commit 704c710f3e
1 changed files with 0 additions and 4 deletions

View File

@ -374,10 +374,6 @@ void UBoundingBoxCalculator::GetBBsOfStaticMeshComponents(
OutBB.Emplace(BoundingBox);
OutTag.Emplace(static_cast<uint8>(Tag));
}
else
{
// UE_LOG(LogCarla, Error, TEXT("%s has no SM assigned"), *Comp->GetOwner()->GetName());
}
}
}