remove code comments that are extraneous

pull/7067/head
James Bradbury 5 years ago
parent 669174861d
commit 12afce72bf

@ -353,7 +353,6 @@ export default class Element extends Node {
}
// no-redundant-roles
// https://www.w3.org/TR/html-aria/#don-t-add-redundant-roles
if (this.name === value) {
component.warn(attribute, compiler_warnings.a11y_no_redundant_roles(value))
}

Loading…
Cancel
Save