Skip to content

Commit

Permalink
remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
MLGPenguin committed Jun 20, 2024
1 parent 78833da commit ea24fbe
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ fun centerMessage(message: String, maxLength: Int = 240): Component {

val messageWidth = message.withoutTags.pixelLength - boldCharactersNonBoldLength + boldCharactersLength

println("BOld Chars: $boldCharacters")
println("Message w/out tags: ${message.withoutTags}")

if (messageWidth > maxLength) {
// TODO
}
Expand Down

0 comments on commit ea24fbe

Please sign in to comment.