diff --git a/common/app/flux/Actions.js b/common/app/flux/Actions.js index da2318f56d..cc3a3dfe00 100644 --- a/common/app/flux/Actions.js +++ b/common/app/flux/Actions.js @@ -1,7 +1,5 @@ import { Actions } from 'thundercats'; -import debugFactory from 'debug'; -const debug = debugFactory('freecc:app:actions'); export default Actions({ shouldBindMethods: true, @@ -16,15 +14,14 @@ export default Actions({ return null; } - debug('fetching user data'); return this.readService$('user', null, null) - .map(function({ + .map(({ username, picture, progressTimestamps = [], isFrontEndCert, isFullStackCert - }) { + }) => { return { username, picture,