mirror of
https://github.com/wassname/talk.git
synced 2026-07-23 13:10:20 +08:00
Removing log statement.
This commit is contained in:
@@ -52,7 +52,6 @@ Promise.all([
|
||||
return all;
|
||||
})
|
||||
.then(all => {
|
||||
console.log('All', all);
|
||||
/* Post comments and users to redux store. Actions will be posted when they are needed. */
|
||||
store.dispatch({type: 'USERS_MODERATION_QUEUE_FETCH_SUCCESS',
|
||||
users: all.users});
|
||||
|
||||
Reference in New Issue
Block a user