Remove leftover console

This commit is contained in:
Chi Vinh Le
2018-01-17 18:03:59 +01:00
parent 3c52d58a6e
commit cc320cf80a
@@ -72,7 +72,6 @@ class FlaggedAccountsContainer extends Component {
prev,
{ subscriptionData: { data: { usernameChanged: user } } }
) => {
console.log(user);
return handleFlaggedUserChange(prev, user, () => {
this.props.notify('info', `user ${user.username} changed`);
});