Skip to content

Commit

Permalink
2.75
Browse files Browse the repository at this point in the history
  • Loading branch information
minhperry committed Oct 8, 2024
1 parent 43d6fd8 commit 6d8745d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,6 @@ object FannCost {
return null // Return null if no valid duration is found
}

private fun String._toDouble(): Double {
return this.replace(",", "").toDouble()
}

private enum class TrainingMode {
DAY_COUNT,
UNTIL_LEVEL,
Expand Down

0 comments on commit 6d8745d

Please sign in to comment.