# HG changeset patch # User Sam # Date 1704105629 -25200 # Node ID c81c6e7047e3cfe55cd07eb7b9a935c370f42915 # Parent 46c036b795bba3730a997a68aca0c4d76efbe638 del: debug echos diff -r 46c036b795bb -r c81c6e7047e3 semicongine/mesh.nim --- a/semicongine/mesh.nim Mon Jan 01 17:39:49 2024 +0700 +++ b/semicongine/mesh.nim Mon Jan 01 17:40:29 2024 +0700 @@ -533,10 +533,6 @@ result[].initVertexAttribute(DEFAULT_POSITION_ATTRIBUTE, pos) result[].initVertexAttribute("color", col) - echo pos - echo result[].smallIndices - echo result - # MESH TREES =============================================================================