Skip to content

Commit

Permalink
fix: remove camera warning log on default camera creation
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Feb 5, 2025
1 parent a75af34 commit e1c3d75
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/TresCanvas.vue
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,6 @@ onMounted(() => {
)
if (!camera.value) {
logWarning(
'No camera found. Creating a default perspective camera. '
+ 'To have full control over a camera, please add one to the scene.',
)
addDefaultCamera()
}
Expand Down

0 comments on commit e1c3d75

Please sign in to comment.