Skip to content

Commit bfa441e

Browse files
committed
Remove logs
1 parent 3e6c82f commit bfa441e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

apps/components_guide_web/assets/js/app.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ window.IMPORT = {
2525
DOMTesting: () => import("@testing-library/dom")
2626
};
2727

28-
console.log("app.js IMPORT", window.IMPORT);
29-
3028
let csrfToken = document
3129
.querySelector("meta[name='csrf-token']")
3230
.getAttribute("content");

apps/components_guide_web/lib/components_guide_web/templates/accessibility_first/refactoring-accessibility.html.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ for (const outputEl of outputEls.values()) {
3434
for (const source of sources) {
3535
const { type, code, el } = source;
3636

37-
console.log('source', source);
38-
3937
if (type === 'html') {
4038
div.innerHTML = code;
4139
}

0 commit comments

Comments
 (0)