diff --git a/apps/comments-ui/src/components/Avatar.js b/apps/comments-ui/src/components/Avatar.js
deleted file mode 100644
index 77330fe3ad..0000000000
--- a/apps/comments-ui/src/components/Avatar.js
+++ /dev/null
@@ -1,9 +0,0 @@
-function Avatar() {
- return (
-
- );
-}
-
-export default Avatar;
diff --git a/apps/comments-ui/src/components/CommentsBox.js b/apps/comments-ui/src/components/CommentsBox.js
index 78b0f9ccda..999edf971d 100644
--- a/apps/comments-ui/src/components/CommentsBox.js
+++ b/apps/comments-ui/src/components/CommentsBox.js
@@ -2,7 +2,6 @@ import React from 'react';
import AppContext from '../AppContext';
import NotSignedInBox from './NotSignedInBox';
import Form from './Form';
-// import TotalComments from './TotalComments';
import Comment from './Comment';
import Pagination from './Pagination';
@@ -48,10 +47,6 @@ class CommentsBox extends React.Component {
return (
- {/*
-
Members discussion
-
- */}
{comments}