CURA-4891 Remove print out for debugging

This commit is contained in:
Diego Prado Gesto 2018-02-14 14:51:32 +01:00
parent 11377d1034
commit 605c63514d

View File

@ -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():