Removed extraneous console.log functions

This commit is contained in:
Reed Garmsen
2015-07-09 16:26:53 -07:00
parent 95a1540dff
commit 212a0da5f4

View File

@@ -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">