Skip to content

Commit

Permalink
remove debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
klimarissa17 committed Dec 1, 2023
1 parent ad5044c commit 68f4201
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/src/main/kotlin/org/icpclive/Application.kt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ fun Application.module() {
.applyAdvancedProperties(advancedPropertiesFlow)
.contestState()
.filterUseless()
.onEach { println(it.event) }
.removeFrozenSubmissions()
.processHiddenTeamsAndGroups()
.calculateScoreDifferences()
Expand Down

0 comments on commit 68f4201

Please sign in to comment.