diff --git a/cura/PrintInformation.py b/cura/PrintInformation.py index 11b1fc896a..d6f3182c76 100644 --- a/cura/PrintInformation.py +++ b/cura/PrintInformation.py @@ -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():