Somtimes you do not want the buddybar to display on your site. You can hide it with css but WordPress will still process all the info for it.
Add the following line to your functions.php file to disable the BuddyBar
define ('BP_DISABLE_ADMIN_BAR', false);
Leave a Reply