Skip to content

Commit

Permalink
🔀 :: print문 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Sep 17, 2023
1 parent 39f8ca4 commit 8533c45
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ class ClassroomUseCase(
afterSchoolList.map { afterSchool ->
val afterSchoolUserList =
queryAfterSchoolSpi.queryAfterSchoolListByClassroomId(afterSchool.classroomId)
print(afterSchoolUserList)
val afterSchoolMovementUserList =
queryClassroomMovementSpi.queryClassroomMovementListByClassroomId(afterSchool.classroomId)

Expand Down

0 comments on commit 8533c45

Please sign in to comment.