Skip to content

Commit 10042f6

Browse files
committed
Remove debug log
1 parent c63ae21 commit 10042f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Scene/Entity.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ static void DisableHook(Entity* entity, THookSelector selector)
209209
void Entity::Update(float deltaTime)
210210
{
211211
DisableHook(this, [](auto& em) { return &em.updatables; });
212-
Log("Disable update hook for %s\n", DebugName());
213212
}
214213

215214
void Entity::ServerUpdate(float deltaTime)

0 commit comments

Comments
 (0)