chore(tidy): Remove console.log

This commit is contained in:
Bouncey
2018-11-12 16:57:41 +00:00
committed by mrugesh mohapatra
parent 25debd6602
commit 97f7d53bee

View File

@ -137,7 +137,6 @@ class UsernameSettings extends Component {
);
}
if (!validating && !isValidUsername) {
console.log(this.props, this.state);
return (
<FullWidthRow>
<Alert bsStyle='warning'>Username not available</Alert>