Last modified: 2013-04-21 14:50:23 UTC
There is no way to turn off $wgLogo. Let's say one does not want <a style="background-image: url(something);"> added to one's pages, as one wants to streamline one's site. Impossible. $wgLogo=false already occupied too, and =true will give a URL of 1, ="" gives url(), i.e., the Main_page itself. Nope, no way to not to have a logo, or some wasteful URL request, under almost every skin.
If you want to have no logo for the site, you can consider to upload a blank image file.
That still causes wasteful transaction.
Remember that requiring an image violates accessibility principles. Yes you can get around it with the hacks of 1x1 images or 404 Not Found wasted HTTP requests, but let's just fix this one day. Priority=Lowest, but not none. Anyway, the average user setting up a new wiki is left scrambling to figure out a good logo lest his site look bad. Critical formative hours are spent thinking about a good logo before the user can proceed. No way to just put a text string there, perhaps one day switching to a image if he desires. Thread: http://lists.wikimedia.org/pipermail/mediawiki-l/2008-January/025412.html
Make a custom skin or use one of the existing ones that doesn't include a logo image.