Skip to content

Commit

Permalink
refactor: cleanup impl #46
Browse files Browse the repository at this point in the history
ohsome-contributions-stats-service: 'Consider introducing 'Jakarta Bean validation' standard '
#46
  • Loading branch information
mmerdes committed Feb 7, 2024
1 parent c4d2118 commit b945140
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ class StatsController {
countries: List<String>?
): OhsomeFormat<StatsIntervalResult> {

println("########################## :" + interval)

// validateIntervalString(interval)

val result = measure {
statsService.getStatsForTimeSpanInterval(hashtag, startDate, endDate, interval, countries!!)
Expand Down

0 comments on commit b945140

Please sign in to comment.