How to disable buddypress top mini adminbar [closed]

write this code in config.php

This file is located in the root directory.

** THis Will Remove disgusting Buddypress Top Admin Bar. Add this line of code at last of the previous codes and you are done */

define( 'BP_DISABLE_ADMIN_BAR', true );