mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-01 16:24:41 +08:00
CURA-4891 Remove print out for debugging
This commit is contained in:
parent
11377d1034
commit
605c63514d
@ -365,7 +365,6 @@ class PrintInformation(QObject):
|
||||
|
||||
abbr_machine = ""
|
||||
for word in re.findall(r"[\w']", active_machine_type_name):
|
||||
print(word)
|
||||
if word.lower() == "ultimaker":
|
||||
abbr_machine += "UM"
|
||||
elif word.isdigit():
|
||||
|
Loading…
x
Reference in New Issue
Block a user