Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit c081401

Browse files
author
vikasrohit
committed
Removed console log.
1 parent b7b83d9 commit c081401

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/my-dashboard/my-challenges/my-challenges.controller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
ChallengeService.getUserMarathonMatches(handle, marathonMatchParams),
4040
ChallengeService.getUserChallenges(handle, challengeParams)
4141
]).then(function(challenges){
42-
console.log('challenges: ', challenges);
4342
var marathonMatches = challenges[0];
4443
var devDesignChallenges = challenges[1];
4544

0 commit comments

Comments
 (0)