Skip to content

Commit

Permalink
removed console.log().
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelthatsit committed Feb 14, 2024
1 parent a4263d0 commit 7436076
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/componentSystems/PhysicsSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ export class PhysicsSystem extends MRSystem {
entity.physics.collider.setActiveCollisionTypes(mrjsUtils.physics.RAPIER.ActiveCollisionTypes.DEFAULT | mrjsUtils.physics.RAPIER.ActiveCollisionTypes.KINEMATIC_FIXED);
entity.physics.collider.setActiveEvents(mrjsUtils.physics.RAPIER.ActiveEvents.COLLISION_EVENTS);

console.log(entity, entity.physics);
}

/**
Expand Down

0 comments on commit 7436076

Please sign in to comment.