Hide Category Image

I followed the instructions at the link below to show category images . . . but the main category image still shows for the page. How can I hide that?

I figured this out . . . comment out or delete the following code in the view.override.tpl in the categories hook in 2.2.1

{if $category_data.main_pair}


{include file="common_templates/image.tpl" show_detailed_link=true images=$category_data.main_pair object_type="detailed_category" no_ids=true class="cm-thumbnails" show_thumbnail="Y" image_width=$settings.Thumbnails.category_details_thumbnail_width image_height=$settings.Thumbnails.category_details_thumbnail_height}

{/if}

Ah, this worked, thanks!