mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 08:09:00 +08:00
Removed uneeded logging
This commit is contained in:
parent
e5eebd7737
commit
c4f5c970e5
@ -48,8 +48,6 @@ class ThreeMFReader(MeshReader):
|
|||||||
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…
x
Reference in New Issue
Block a user