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 (