]> git.tdb.fi Git - libs/math.git/commitdiff
Remove a debug print
authorMikko Rasa <tdb@tdb.fi>
Wed, 10 Feb 2016 15:24:44 +0000 (17:24 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 10 Feb 2016 15:24:44 +0000 (17:24 +0200)
blender/io_mspmath/export_shape.py

index 793daaee77adf406623e2b0dada2187154f1022c..7eace40addf957b64bd0ebac1d4c28ba223f0e65 100644 (file)
@@ -159,7 +159,6 @@ class ShapeExporter:
                        errors.append(("SPHERE", SphereFit(mesh).fit()))
                        errors.append(("BOX", BoxFit(mesh).fit()))
                        errors.sort(key=lambda x:x[1])
-                       print(errors)
                        shape_type = errors[0][0]
 
                if shape_type=="SPHERE":