Hm, could be part of the theme I guess. ‘We’ normal people see only log in.
You can hide it in the css of the theme
This is already there:
ul#admin li {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
}
change it in:
ul#admin li {
display: none;
}