mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Removed uneeded logging
This commit is contained in:
parent
e5eebd7737
commit
c4f5c970e5
1 changed files with 1 additions and 3 deletions
|
@ -47,9 +47,7 @@ class ThreeMFReader(MeshReader):
|
||||||
def _createMatrixFromTransformationString(self, transformation):
|
def _createMatrixFromTransformationString(self, transformation):
|
||||||
if transformation == "":
|
if transformation == "":
|
||||||
return Matrix()
|
return Matrix()
|
||||||
|
|
||||||
Logger.log("d", "raw_transformation=%s", transformation)
|
|
||||||
|
|
||||||
splitted_transformation = transformation.split()
|
splitted_transformation = transformation.split()
|
||||||
## Transformation is saved as:
|
## Transformation is saved as:
|
||||||
## M00 M01 M02 0.0
|
## M00 M01 M02 0.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue