[Tex/LaTex] prevent logo from title page in beamer class

beamerpositioning

I'm having problems with inserting a logo on my presentation in the beamer class.

\logo{\includegraphics[scale=0.05]{logo.png}}

This is how I inserted the logo, which works perfectly; it is placed in the lower right hand corner as desired.

But I don't want the logo on the title slide. Is there a way to hide the logo on the title slide?

Best Answer

Just use

\frame[plain]{\titlepage}

instead of \maketitle to make your titlepage slide.

Depending on your needs, the following question might also be of use:

How can I include the logo in some slides and remove in others, using beamer?.