mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Removed extraneous console.log functions
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user