removed debug print.

This commit is contained in:
2006-04-10 21:49:46 +00:00
parent 9c322c7e86
commit 0e39199546

View File

@@ -772,7 +772,6 @@ def load_obj(file, IMPORT_MTL=1, IMPORT_EDGES=1, IMPORT_SMOOTH_ALL=0, IMPORT_FGO
if IMPORT_MTL:
for mtl in mtl_fileName:
load_mtl(DIR, mtl, meshDict, materialDict)
print 'MTLLLL', mtl_fileName
importedObjects= []
for mk, me in meshDict.iteritems():