mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
CURA-4891 Remove print out for debugging
This commit is contained in:
parent
11377d1034
commit
605c63514d
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue