Skip to content

Commit 67c30e1

Browse files
author
Avaer Kazmer
committed
Dead code cleanup
1 parent 7083bf8 commit 67c30e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4347,7 +4347,6 @@
43474347
if (idAttr) {
43484348
const id = idAttr.value;
43494349
const xrIframe = assetXrIframes.find(xrIframe => xrIframe.id === id);
4350-
// console.log('set attrs', xrIframe, stateXrIframe.attrs);
43514350
if (xrIframe) {
43524351
for (let j = 0; j < stateXrIframe.attrs.length; j++) {
43534352
const attr = stateXrIframe.attrs[j];

0 commit comments

Comments
 (0)