Ok, I took a look in the my-depressive theme, this is where you want to replace that code:
<!– header–>
<div class=”meta”>
<span class=”meta-info meta-text meta-link”>Posted on <?php the_time(‘jS F Y’) ?> in <?php the_category(‘, ‘) ?></span>
</div>
All you need to do is remove the <?php the_category(‘,’) ?> part, and the “in” right before it and you should be good on that front.