for anything to do with single posts, edit single.php – i.e. the template that you pasted to https://pastebin.com/2C8DwiaK
what to try, has already been suggested by @spankmarvin:
What happens if you delete lines 45-47?
referring to this code section:
<div id="comments">
<?php comments_template(); ?>
</div>
and by @cirkut:
Line 26 will remove the date,
Line 27 will remove the ‘no comments yet’ section.
referring to this section:
<span class="article_info"><?php the_time('M j, Y') ?> | <?php the_category(', '); ?></span>
<span class="comment_number"><?php comments_popup_link('No comments yet', '1 Comment ?', '% Comments ?'); ?></span>