Yes. I edited the Head Template. I opened...
and changed...
Code:
{if $login eq "" }
{include file="customer/auth.tpl" }
{else}
{include file="customer/authbox.tpl" }
{/if}
to...
Code:
<!--{if $login eq "" }
{include file="customer/auth.tpl" }
{else}
{include file="customer/authbox.tpl" }
{/if}-->
I just added the "<!-- -->" comment tags around the code that pulls up the login and register links.
Hope this helps.