smart, where are you? i hope you are okay..

I'm here... was too busy for last month...
how to remove the second comment box
Open /components/com_jcomments/tpl/default/tpl_form.php and replace:
var jcEditor = new JCommentsEditor('comments-form-comment', true);
with
var jcEditor = new JCommentsEditor('comments-form-comment', false);
This change will disable build-in JComments resize feature and only browser's one will remain.