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

Commit 096a826

Browse files
committed
Removing Logging
1 parent 962953e commit 096a826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/ProcessorService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ async function processUpdate (message) {
400400
await associateChallengeGroups(saveDraftContestDTO.groupsToBeAdded, saveDraftContestDTO.groupsToBeDeleted, message.payload.legacyId)
401401

402402
if (message.payload.status) {
403-
logger.info(`The status has changed from ${challenge.currentStatus} to ${message.payload.status}`)
403+
// logger.info(`The status has changed from ${challenge.currentStatus} to ${message.payload.status}`)
404404
if (message.payload.status === constants.challengeStatuses.Active && challenge.currentStatus !== constants.challengeStatuses.Active) {
405405
logger.info('Activating challenge...')
406406
await activateChallenge(message.payload.legacyId)

0 commit comments

Comments
 (0)