Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
serpro69 committed Nov 17, 2024
1 parent c20dc58 commit 7924164
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class UiFaces internal constructor(
val t = type ?: randomService.nextEnum()
val g = gender ?: randomService.nextEnum()
val n = randomService.randomValue(if (g == FEMALE) t.f else t.m)
println("$t/$g/$n")
val instr = requireNotNull(javaClass.classLoader.getResourceAsStream("uifaces/$t/$g/$n.jpg")) {
"UiFaces avatar $t/$g/$n.jpg does not exist"
}
Expand Down

0 comments on commit 7924164

Please sign in to comment.