mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 08:17:49 -06:00
Remove useless code
CURA-4053
This commit is contained in:
parent
141cfe776e
commit
15a6b5626d
1 changed files with 0 additions and 2 deletions
|
@ -881,5 +881,3 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
||||||
metadata = data.iterfind("./um:metadata/um:name/um:label", {"um": "http://www.ultimaker.com/material"})
|
metadata = data.iterfind("./um:metadata/um:name/um:label", {"um": "http://www.ultimaker.com/material"})
|
||||||
for entry in metadata:
|
for entry in metadata:
|
||||||
return entry.text
|
return entry.text
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue