From 212a0da5f47a6f85eb0556258ead5f07fe9497c2 Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Thu, 9 Jul 2015 16:26:53 -0700 Subject: Removed extraneous console.log functions --- web/react/components/more_channels.jsx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'web') diff --git a/web/react/components/more_channels.jsx b/web/react/components/more_channels.jsx index f7a88e595..1af259853 100644 --- a/web/react/components/more_channels.jsx +++ b/web/react/components/more_channels.jsx @@ -66,11 +66,6 @@ module.exports = React.createClass({ if (this.state.channels != null) moreChannels = this.state.channels; - console.log("Check: " + moreChannels) - - if (moreChannels) - console.log("Length: " + moreChannels.length) - return (