Skip to content

Commit 284eb86

Browse files
committed
remove debug print from gltf loader
1 parent 146d820 commit 284eb86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demosys/scene/loaders/gltf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ def load(self, materials):
382382
# FIXME: Support u1 and u2 buffers
383383
vao.index_buffer(context.ctx().buffer(index_vbo.tobytes()),
384384
index_element_size=component_type.size)
385-
print(component_type.size)
386385

387386
attributes = {}
388387
vbos = self.prepare_attrib_mapping(primitive)

0 commit comments

Comments
 (0)