Skip to content

Commit

Permalink
PEPPER-1551 . Remove/Disable ESC events
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampath K. Settipalli committed Nov 15, 2024
1 parent 312879e commit c893bff
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package org.broadinstitute.ddp.studybuilder.task;

import lombok.extern.slf4j.Slf4j;
import org.jdbi.v3.core.Handle;

@Slf4j
public class EndEnrollmentSupportESC extends EndStudyEnrollmentSupport {
Expand All @@ -11,9 +10,4 @@ public EndEnrollmentSupportESC() {
log.info("TASK:: EndEnrollmentSupportESC ");
}

@Override
public void run(final Handle handle) {
super.run(handle);
}

}

0 comments on commit c893bff

Please sign in to comment.