Comment extras

Is there any way to remove the part below the comments that says:

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

I can’t find that option anywhere.

Add this code to Theme Options - Other - Custom CSS

.form-allowed-tags {
    display: none;
}

Perfect. Thanks!