summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-07-09 16:26:53 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-07-09 16:26:53 -0700
commit212a0da5f47a6f85eb0556258ead5f07fe9497c2 (patch)
tree2ad9eba875d5b3c79591be0d8ff6551f20b360aa /web/react
parent95a1540dffe1c279b109e73b47f016e6b8d4a663 (diff)
downloadchat-212a0da5f47a6f85eb0556258ead5f07fe9497c2.tar.gz
chat-212a0da5f47a6f85eb0556258ead5f07fe9497c2.tar.bz2
chat-212a0da5f47a6f85eb0556258ead5f07fe9497c2.zip
Removed extraneous console.log functions
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">