remove erroneous console log in progressive enhancement
This commit is contained in:
@@ -3,7 +3,6 @@ export const b = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function enhance(_, __, el) {
|
export function enhance(_, __, el) {
|
||||||
console.log(el);
|
|
||||||
if (el.classList.contains('js-only')) {
|
if (el.classList.contains('js-only')) {
|
||||||
el.classList.remove('js-only');
|
el.classList.remove('js-only');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user