Browse Source

Removed uneeded logging

Jaime van Kessel 7 years ago
parent
commit
c4f5c970e5
1 changed files with 1 additions and 3 deletions
  1. 1 3
      plugins/3MFReader/ThreeMFReader.py

+ 1 - 3
plugins/3MFReader/ThreeMFReader.py

@@ -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