From 4cc80c48a6a269e6914ff5f4e725e99d967f95ff Mon Sep 17 00:00:00 2001 From: Chris Blanchard Date: Thu, 1 Oct 2015 14:12:27 +0100 Subject: [PATCH] Dedup skill levels --- lib/react/message.jsx | 1 - lib/react/user.jsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/react/message.jsx b/lib/react/message.jsx index da9eebc..8483ada 100644 --- a/lib/react/message.jsx +++ b/lib/react/message.jsx @@ -23,7 +23,6 @@ var Chatroom = React.createClass({ }, render() { - console.log(this.props.messages); let messages = this.props.messages.map(message => { return typeof skill === 'string' }) .map(skill => { return });