diff --git a/app/views/comments/_liquid.html.erb b/app/views/comments/_liquid.html.erb
index 7c938a9b7..6f868b192 100644
--- a/app/views/comments/_liquid.html.erb
+++ b/app/views/comments/_liquid.html.erb
@@ -7,16 +7,6 @@
<%= comment.user.name %>
- <% if comment.user.twitter_username.present? %>
-
-
-
- <% end %>
- <% if comment.user.github_username.present? %>
-
-
-
- <% end %>
<%= render "comments/comment_date", decorated_comment: comment.decorate %>