Removed debug print
This commit is contained in:
parent
b0d6bd61c0
commit
e4d535ea42
1 changed files with 0 additions and 1 deletions
|
@ -125,7 +125,6 @@ def pack(stream,vertices,triangles): #pack triangles into col file
|
|||
else:
|
||||
group.ColParameter_offset = stream.tell()
|
||||
for triangle in group.triangles:
|
||||
print(triangle.ColParameter)
|
||||
uint16.pack(stream,triangle.ColParameter)
|
||||
|
||||
stream.seek(header.group_offset)
|
||||
|
|
Reference in a new issue