Skip to content

Commit 3d55210

Browse files
remove logging
1 parent c20a020 commit 3d55210

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/services/ChallengeService.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,9 +1277,6 @@ async function validateWinners (winners, challengeId) {
12771277
* @returns {Object} the challenge with given id
12781278
*/
12791279
async function getChallengeStatistics (currentUser, id) {
1280-
console.log('*****************')
1281-
console.log(currentUser)
1282-
console.log('*****************')
12831280
const challenge = await getChallenge(currentUser, id)
12841281
// for now, only Data Science challenges are supported
12851282
if (challenge.type !== 'Challenge' && challenge.track !== 'Data Science') {

0 commit comments

Comments
 (0)