Skip to content

Commit

Permalink
Remove console.log for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
franknoirot committed Jan 10, 2024
1 parent 10b255a commit 848151e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ModelViewer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
let maxDistance = 0
$: if (dataUrl && $loadedModel) {
console.log($loadedModel)
// If the model is empty, we need to tell the parent component
// to show the empty scene error card
if (Object.values($loadedModel.nodes).length === 0) {
Expand Down

0 comments on commit 848151e

Please sign in to comment.