Other than have to resort removing this part:
[code]
<?phpif (post_password_required()) { ?>
<p class="nocomments"><?php _e('This post is password protected. Enter the password to view comments.', 'infoway'); ?></p>
<?php return; } ?>
[/code]
Is there any alternative way? I have the same problem.