chore(tidy): Remove console.log

pull/34342/head
Bouncey 2018-11-12 16:57:41 +00:00 committed by mrugesh mohapatra
parent 25debd6602
commit 97f7d53bee
1 changed files with 0 additions and 1 deletions

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>