chore(cleanup): Remove console.log
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user