From 1dbbc0c4fb6d36c8c941deed3ad2290a6c0fce76 Mon Sep 17 00:00:00 2001 From: Sendou Date: Mon, 6 Jan 2020 13:03:59 +0200 Subject: [PATCH] removed a clog --- frontend-react/src/components/plus/SummaryLists.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend-react/src/components/plus/SummaryLists.js b/frontend-react/src/components/plus/SummaryLists.js index 208a272d6..9fcf87a5d 100644 --- a/frontend-react/src/components/plus/SummaryLists.js +++ b/frontend-react/src/components/plus/SummaryLists.js @@ -5,7 +5,6 @@ import { List, Icon, Popup } from "semantic-ui-react" const getColor = score => (score < 50 ? { color: "red" } : { color: "green" }) const summaryMap = summary => { - console.log("summary", summary) const { discord_user, score } = summary return (