Skip to content

Commit

Permalink
style: 주석제거
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomo committed Jan 11, 2024
1 parent 8ac3dbc commit 4ff76cc
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,4 @@ private BooleanExpression monthEq(int month) {
private BooleanExpression dayEq(int day) {
return missionRecord.startedAt.dayOfMonth().eq(day);
}

// private BooleanExpression startedAtEqNow(LocalDate localDate) {
// return missionRecord.startedAt.da
// }
}

0 comments on commit 4ff76cc

Please sign in to comment.