Skip to content

Commit 11c1d75

Browse files
committed
Removing unnecessary logging
1 parent a9f1706 commit 11c1d75

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/services/ChallengeService.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -586,11 +586,11 @@ async function getPhasesAndPopulate (data) {
586586
async function getChallenge (currentUser, id) {
587587
// get challenge from Elasticsearch
588588
let challenge
589-
logger.warn(JSON.stringify({
590-
index: config.get('ES.ES_INDEX'),
591-
type: config.get('ES.ES_TYPE'),
592-
_id: id
593-
}))
589+
// logger.warn(JSON.stringify({
590+
// index: config.get('ES.ES_INDEX'),
591+
// type: config.get('ES.ES_TYPE'),
592+
// _id: id
593+
// }))
594594
try {
595595
challenge = await esClient.getSource({
596596
index: config.get('ES.ES_INDEX'),

0 commit comments

Comments
 (0)