Show comment pop up links as text only

For that matter, don’t use comments_popup_link(). Use comments_number() instead. This has the same function but not linked.

<?php comments_number( 'no responses', 'one response', '% responses' ); ?>