chore(cleanup): Remove console.log

This commit is contained in:
Stuart Taylor
2018-03-05 14:26:57 +00:00
parent 10148ce5b3
commit e897c46cb8

View File

@ -44,7 +44,6 @@ function destroyAll(id, Model) {
function buildChallengeMapUpdate(challengeMap, project) { function buildChallengeMapUpdate(challengeMap, project) {
const key = Object.keys(project)[0]; const key = Object.keys(project)[0];
const solutions = project[key]; const solutions = project[key];
console.log(solutions);
const currentChallengeMap = { ...challengeMap }; const currentChallengeMap = { ...challengeMap };
const currentCompletedProjects = _.pick( const currentCompletedProjects = _.pick(
currentChallengeMap, currentChallengeMap,