remove debug prints

This commit is contained in:
Josh Holtrop 2012-07-15 18:54:59 -04:00
parent 505bdf9f4b
commit 5e5167d072

View File

@ -135,8 +135,6 @@ class WFObj(object):
self.materials[material_name] = material
else:
if material is None:
print line
print repr(parts)
raise ValueError('Material directive preceeding "newmtl" on line %d' % lineno)
if parts[0] == 'Ns':
material.shininess = float(parts[1])