Removed uneeded logging

This commit is contained in:
Jaime van Kessel 2017-09-19 16:39:51 +02:00
parent e5eebd7737
commit c4f5c970e5

View file

@ -47,9 +47,7 @@ class ThreeMFReader(MeshReader):
def _createMatrixFromTransformationString(self, transformation):
if transformation == "":
return Matrix()
Logger.log("d", "raw_transformation=%s", transformation)
splitted_transformation = transformation.split()
## Transformation is saved as:
## M00 M01 M02 0.0