Ah! If you don’t even WANT a comments function, go to your index.php template and delete the following:
<div class=”feedback”>
<?php wp_link_pages(); ?>
<?php comments_popup_link(__(‘Comments (0)’), __(‘Comments (1)’), __(‘Comments (%)’)); ?>
</div>
That worked beautifully, and when I clicked on each of my categories it didn’t show there either, fyi. Coolness.