Skip to content

Commit 1281d98

Browse files
add logging
1 parent bcd7c12 commit 1281d98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/phase-helper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ class ChallengePhaseHelper {
172172

173173
handlePhasesAfterCancelling(phases) {
174174
return _.map(phases, (phase) => {
175+
console.log(JSON.stringify(phase))
175176
if (_.includes(["Registration", "Submission", "Checkpoint Submission"], phase.name)) {
176177
phase.isOpen = false;
177178
if (!_.isUndefined(phase.actualStartDate)) {

0 commit comments

Comments
 (0)