Comment out println() calls for less log noise

This commit is contained in:
Abe Pazos
2025-07-15 21:25:15 +02:00
parent 20b462d332
commit a8bdf07af3
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ fun main() = application {
// Convert mesh data to Wavefront OBJ String representation
val obj = cm.toObj()
println(obj)
//println(obj)
val font = loadFont("demo-data/fonts/IBMPlexMono-Regular.ttf", 24.0)