remove log

This commit is contained in:
Aaron Kimbre 2023-04-09 09:40:57 -05:00
parent 172b398b7b
commit 87e36aaf72

View File

@ -19,7 +19,6 @@ void SpecialPowerupSpawner::OnProximityUpdate(Entity* self, Entity* entering, co
SkillComponent* skillComponent;
if (!self->TryGetComponent(eReplicaComponentType::SKILL, skillComponent)) return;
Game::logger->Log("SpecialPowerupSpawner", "casting skill %i", this->m_SkillId);
skillComponent->CastSkill(this->m_SkillId, entering->GetObjectID());
self->SetVar(u"bIsDead", true);