removed debug log

This commit is contained in:
EmosewaMC 2022-03-30 21:15:50 -07:00
parent f22dab0f72
commit bc7c543530

View File

@ -66,8 +66,6 @@ void PropertyEntranceComponent::OnEnterProperty(Entity* entity, uint32_t index,
cloneId = query[index].CloneId;
}
Game::logger->Log("PropertyEntranceComponent", "index is %i\n", index);
auto* launcher = m_Parent->GetComponent<RocketLaunchpadControlComponent>();
if (launcher == nullptr)