diff --git a/common/models/user.js b/common/models/user.js index 15e88b29c1..0e3386aaf7 100644 --- a/common/models/user.js +++ b/common/models/user.js @@ -44,7 +44,6 @@ function destroyAll(id, Model) { function buildChallengeMapUpdate(challengeMap, project) { const key = Object.keys(project)[0]; const solutions = project[key]; - console.log(solutions); const currentChallengeMap = { ...challengeMap }; const currentCompletedProjects = _.pick( currentChallengeMap,