Skip to content

Commit

Permalink
fix(Physics): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
wiledal committed Dec 3, 2022
1 parent bf15c27 commit 29976f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react-three-rapier/src/Physics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,6 @@ export const Physics: FC<RapierWorldProps> = ({
const eventQueue = useConst(() => new EventQueue(false));
const attractorStates = useConst<AttractorStateMap>(() => new Map());

console.log("rander");

// Init world
useEffect(() => {
const world = getWorldRef.current();
Expand Down

0 comments on commit 29976f3

Please sign in to comment.