remove comment

This commit is contained in:
omnikrll 2016-08-25 13:48:52 -04:00
parent c245a6a21e
commit 399e29f37b

View file

@ -18,7 +18,6 @@ class EditorAccessibility extends React.Component {
});
} else {
messages.push(
// no array index so let's just call it 0
<li tabIndex="0" key={0}> There are no lint messages </li>
);
}