Skip to content

Commit

Permalink
remove pre-generated qr codes
Browse files Browse the repository at this point in the history
  • Loading branch information
melod1n committed Jul 5, 2024
1 parent c3aeecc commit a0e0f60
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,6 @@ class ProgramController : BaseController {
throw ContentNotFoundException
}

// TODO: 02/07/2024, Danil Nikolaev: remove after presentation
if (groupIds.singleOrNull() == 1) {
delay(1500)
call.respondFile(File("$DATA_FOLDER/IT2001.zip"))
return@get
}

val students = studentDao.allStudentsByGroupIdsAsMap(groupIds, true)
val disciplines = programDisciplineDao.allDisciplineIdsByProgramIdAsMap(programId)

Expand Down

0 comments on commit a0e0f60

Please sign in to comment.