diff options
author | Reed Garmsen <rgarmsen2295@gmail.com> | 2015-07-09 16:26:53 -0700 |
---|---|---|
committer | Reed Garmsen <rgarmsen2295@gmail.com> | 2015-07-09 16:26:53 -0700 |
commit | 212a0da5f47a6f85eb0556258ead5f07fe9497c2 (patch) | |
tree | 2ad9eba875d5b3c79591be0d8ff6551f20b360aa /web/react/components | |
parent | 95a1540dffe1c279b109e73b47f016e6b8d4a663 (diff) | |
download | chat-212a0da5f47a6f85eb0556258ead5f07fe9497c2.tar.gz chat-212a0da5f47a6f85eb0556258ead5f07fe9497c2.tar.bz2 chat-212a0da5f47a6f85eb0556258ead5f07fe9497c2.zip |
Removed extraneous console.log functions
Diffstat (limited to 'web/react/components')
-rw-r--r-- | web/react/components/more_channels.jsx | 5 |
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"> |