Skip to content

Commit

Permalink
Remove font char warning
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Apr 27, 2024
1 parent d27c632 commit 1be7582
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ object FontGen {
initialCharDetails
.filter(cd => filterUnsupportedChars(cd.char, cd.code))

if (initialCharDetails.length > filteredCharDetails.length)
println("WARNING: Some unsupported characters were filtered out.")
// if (initialCharDetails.length > filteredCharDetails.length)
// println("WARNING: Some unsupported characters were filtered out.")

val charDetails =
layout(
Expand Down

0 comments on commit 1be7582

Please sign in to comment.