summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
Diffstat (limited to 'web/react')
-rw-r--r--web/react/components/more_channels.jsx5
1 files changed, 0 insertions, 5 deletions
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 (
<div className="modal fade" id="more_channels" ref="modal" tabIndex="-1" role="dialog" aria-hidden="true">
<div className="modal-dialog">