diff --git a/app/views/profile/_person_profile.rhtml b/app/views/profile/_person_profile.rhtml
index bfd19e3..6c95cc7 100644
--- a/app/views/profile/_person_profile.rhtml
+++ b/app/views/profile/_person_profile.rhtml
@@ -57,18 +57,6 @@
<%= link_to profile.communities.count, :controller => "profile", :action => 'communities' %> |
- <% if !environment.enabled?('disable_categories') && !profile.interests.empty? %>
-
- <%= _('Interests') %> |
-
- <% profile.interests.each do |item| %>
-
- |
- <%= link_to item.name, :controller => 'search', :action => 'category_index', :category_path => item.explode_path %> |
-
- <% end %>
- <% end %>
-
<%= render :partial => 'common' %>
--
libgit2 0.21.2