Skip to content

Commit 7a4b19a

Browse files
author
Avaer Kazmer
committed
Dead code cleanup
1 parent 0a64fde commit 7a4b19a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3840,11 +3840,9 @@
38403840
moveMesh.quaternion.fromArray(assetXrIframe.worldOffset.orientation);
38413841
} else if (attributeName === 'scale') {
38423842
moveMesh.scale.fromArray(assetXrIframe.worldOffset.scale);
3843-
} else if (attributeName === 'data') {
3843+
} /* else if (attributeName === 'data') {
38443844
const value = assetXrIframe.getAttribute('data');
3845-
console.log('got data', value);
3846-
// moveMesh.scale.fromArray(assetXrIframe.worldOffset.scale);
3847-
}
3845+
} */
38483846
}
38493847
}).observe(assetXrIframe, {
38503848
attributeFilter: ['position', 'orientation', 'scale', 'data'],

0 commit comments

Comments
 (0)