WRONG!
There is a way to remove the bar. I have removed it on all of my blogs.
Try this link: blogger-templates.blogspot.com/2005/01/remove-navbar.html
this is what I place before the body to get it out
#b-navbar {
height: 0px;
visibility: hidden;
display: none;
}
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}