Removing log statement.

This commit is contained in:
David Jay
2016-11-30 15:15:58 -05:00
parent 17b79e1869
commit 03db1de41a
@@ -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});