From 09525daae85091018d6c8d7ea98ca1ffb3c364b3 Mon Sep 17 00:00:00 2001 From: Yeicor <4929005+Yeicor@users.noreply.github.com> Date: Sat, 9 Nov 2024 18:24:06 +0100 Subject: [PATCH] Minor improvements to custom textures feature --- yacv_server/tessellate.py | 1 - 1 file changed, 1 deletion(-) diff --git a/yacv_server/tessellate.py b/yacv_server/tessellate.py index 12b9549..1393d45 100644 --- a/yacv_server/tessellate.py +++ b/yacv_server/tessellate.py @@ -24,7 +24,6 @@ def tessellate( texture: Optional[Tuple[bytes, str]] = None, ) -> GLTF2: """Tessellate a whole shape into a list of triangle vertices and a list of triangle indices.""" - print("tessellate, obj_color: ", obj_color) if texture is None: mgr = GLTFMgr() else: