Skip to content

Commit

Permalink
fix: remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaehiel committed Jun 20, 2023
1 parent 99241ef commit 47a98d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Models/Model/Model.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const Model: FC<ModelProps> = ({ scene, scale = 1, modelRef, onLoaded })
node.receiveShadow = true;
}
});
console.log({ onLoaded });

useEffect(() => triggerCallback(onLoaded), [scene, materials, onLoaded]);

return (
Expand Down

0 comments on commit 47a98d7

Please sign in to comment.