WordPress: Remove “category title” from Category pages?

Wordpress

How to I remove this line (category title) from appearing on each category  page?

Posts categorized “category_title”

—————

Open up file “category.php

FIRST METHOD:

Find:

    <h1><?php
     //printf( __( ‘Category Archives: %s’, ‘twentyten’ ), ‘<span>’ . single_cat_title( ”, false ) . ‘</span>’ );

Comment this section out per // 

    <h1><?php
     //printf( __( ‘Category Archives: %s’, ‘twentyten’ ), ‘<span>’ . single_cat_title( ”, false ) . ‘</span>’ );

2ND METHOD:

(so that that there is no top margin left)
Delete this line from the file “category.php” – then SAVE
      <h1><?php
       //printf( __( ‘Category Archives: %s’, ‘twentyten’ ), ‘<span>’ . single_cat_title( ”, false ) . ‘</span>’ );
    ?></h1>

Related Posts Plugin for WordPress, Blogger...