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

Commit 3a860c5

Browse files
remove logging
1 parent 95d8bb2 commit 3a860c5

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
@@ -364,7 +364,7 @@ async function processUpdate (message) {
364364
if (!challenge) {
365365
throw new Error(`Could not find challenge ${message.payload.legacyId}`)
366366
}
367-
logger.info(`Request Body to call the V4 API: ${JSON.stringify(saveDraftContestDTO)}`)
367+
368368
await helper.putRequest(`${config.V4_CHALLENGE_API_URL}/${message.payload.legacyId}`, { param: saveDraftContestDTO }, m2mToken)
369369

370370
if (message.payload.status) {

0 commit comments

Comments
 (0)