Skip to content

Commit dfdb65c

Browse files
committed
1004: Remove comment
1 parent dccf77a commit dfdb65c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/components/Editor/Runners/HtmlRunner/HtmlRunner.jsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,7 @@ function HtmlRunner() {
345345
get: () => guarded,
346346
set: () => undefined,
347347
});
348-
} catch (_) {
349-
/* ignore if non-configurable */
350-
}
348+
} catch (_) {}
351349
};
352350
[window, window.parent, window.top, document.defaultView].forEach(apply);
353351
})();
@@ -377,9 +375,7 @@ function HtmlRunner() {
377375
get: () => stub,
378376
set: () => undefined,
379377
});
380-
} catch (_) {
381-
/* ignore if non-configurable */
382-
}
378+
} catch (_) {}
383379
};
384380
[window, window.parent, window.top, document.defaultView].forEach(apply);
385381
})();

0 commit comments

Comments
 (0)