Removing console.log

This commit is contained in:
=Corey Hulen
2015-10-27 22:32:16 -07:00
parent bb25056d9a
commit be0bf941bf

View File

@@ -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});
}