diff --git a/app/views/blocks/profile_info.rhtml b/app/views/blocks/profile_info.rhtml
index e7f5c80..dd6beee 100644
--- a/app/views/blocks/profile_info.rhtml
+++ b/app/views/blocks/profile_info.rhtml
@@ -34,20 +34,6 @@
<% end %>
-<% if profile.class == Enterprise %>
-
-<%=
- profile.product_categories.map{ |c| c.size > 1 ? [c[0],c[1]] : nil }.
- compact.uniq.map{ |c|
- content_tag 'span',
- content_tag( 'span', c.join(' → ') ),
- :title => c[0] +' → '+ c[1],
- :class => 'product_cat_' + (c[0]+'_'+c[1]).gsub( /\s/, '_' )
- }.join "\n"
-%>
-
-<% end %>
-
<%= render :file => 'blocks/profile_info_actions/' + block.owner.class.name.underscore %>
--
libgit2 0.21.2