chore(tidy): Remove console.log
This commit is contained in:
committed by
mrugesh mohapatra
parent
25debd6602
commit
97f7d53bee
@ -137,7 +137,6 @@ class UsernameSettings extends Component {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
if (!validating && !isValidUsername) {
|
if (!validating && !isValidUsername) {
|
||||||
console.log(this.props, this.state);
|
|
||||||
return (
|
return (
|
||||||
<FullWidthRow>
|
<FullWidthRow>
|
||||||
<Alert bsStyle='warning'>Username not available</Alert>
|
<Alert bsStyle='warning'>Username not available</Alert>
|
||||||
|
Reference in New Issue
Block a user