Skip to content

Commit f56f446

Browse files
add logging
1 parent fdb072a commit f56f446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/ChallengeService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ async function searchChallenges (currentUser, criteria) {
553553
}
554554
}
555555

556-
// logger.debug(`es Query ${JSON.stringify(esQuery)}`)
556+
logger.debug(`es Query ${JSON.stringify(esQuery)}`)
557557

558558
// Search with constructed query
559559
let docs

0 commit comments

Comments
 (0)