Skip to content

Commit 4f119e6

Browse files
remove logging
1 parent 1281d98 commit 4f119e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/phase-helper.js

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

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

0 commit comments

Comments
 (0)