From c68bbf68b4becf588cdd6e9ee2f8419ad8d3f958 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Fri, 28 Oct 2022 15:27:02 +0200 Subject: [PATCH] change(ui) - removed logs and comment --- frontend/app/components/Session_/GraphQL/GraphQL.js | 6 ------ .../SessionListContainer/components/Notes/NoteItem.tsx | 5 +---- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/frontend/app/components/Session_/GraphQL/GraphQL.js b/frontend/app/components/Session_/GraphQL/GraphQL.js index a5420584f..8c601dba1 100644 --- a/frontend/app/components/Session_/GraphQL/GraphQL.js +++ b/frontend/app/components/Session_/GraphQL/GraphQL.js @@ -81,12 +81,6 @@ export default class GraphQL extends React.PureComponent { const { list } = nextProps; if (nextProps.time) { const filtered = GraphQL.filterList(list, prevState.filter); - console.log({ - list, - filtered, - time: nextProps.time, - }); - let i = 0; filtered.forEach((item, index) => { if (item.time <= nextProps.time) { diff --git a/frontend/app/components/shared/SessionListContainer/components/Notes/NoteItem.tsx b/frontend/app/components/shared/SessionListContainer/components/Notes/NoteItem.tsx index 17efa2747..33108c0fe 100644 --- a/frontend/app/components/shared/SessionListContainer/components/Notes/NoteItem.tsx +++ b/frontend/app/components/shared/SessionListContainer/components/Notes/NoteItem.tsx @@ -42,10 +42,7 @@ function NoteItem(props: Props) { const safeStrMessage = props.note.message.length > 150 ? props.note.message.slice(0, 150) + '...' : props.note.message; return ( -
+