I got rid the activity from the profile with this code:
function bphelp_remove_groups_from_profile(){
bp_core_remove_nav_item('activity');
}
add_action('bp_activity_setup_nav','bphelp_remove_groups_from_profile');
but still looking for a solution to eliminate it from Group page
Thanks Shmoo. My community is based mainly on WP Events manager for groups, BBPress and Buddypress links. I don’t need activity at all (but just like I said, BP Links uses it for comments, so I had to turn it on). So basically I want to get rid of it in both places – in groups and profiles.
When I will remove activity-loop there is still the link in navigation tabs :/