This module didnt work for me, but I discovered that you had to set the module weight lower than the module of organic groups to unset og_description successfully. I changed this by the module http://drupal.org/project/moduleweight, but it might be useful to add in the install
db_query("UPDATE {system} SET weight = [2] WHERE name = 'popdesc_og'"); (not tested)