The editor doesn't update when you remove tags from the settings page. In settings page you set allowed tags - all other tags will be stripped, but it won't make changes to the editor. To turn off entire WYSIWYG editor for comments you need to remove or comment out line #92 from file comments/templates/add-comment.php
That line contains following line of code: $comm('#comment-form-comment').sMarkUp('html', 300);