Skip to content

Commit d461b43

Browse files
remove logging
1 parent 49d5ee6 commit d461b43

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/services/ChallengeService.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1337,8 +1337,6 @@ async function update (currentUser, challengeId, data, userToken, isFull) {
13371337
data.updatedBy = currentUser.handle || currentUser.sub
13381338
const updateDetails = {}
13391339
const auditLogs = []
1340-
logger.debug(`Challenge phases, ${JSON.stringify(challenge.phases, null, 2)}`)
1341-
logger.debug(`data phases, ${JSON.stringify(data.phases, null, 2)}`)
13421340
_.each(data, (value, key) => {
13431341
let op
13441342
if (key === 'metadata') {

0 commit comments

Comments
 (0)