mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Removing console.log
This commit is contained in:
@@ -45,8 +45,6 @@ export default class GeneralTab extends React.Component {
|
||||
newId += Math.floor(Math.random() * 16).toString(16);
|
||||
}
|
||||
|
||||
console.log(newId);
|
||||
|
||||
this.setState({invite_id: newId});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user