From 605c63514d3825c409f32617d9d56b29e4121cec Mon Sep 17 00:00:00 2001 From: Diego Prado Gesto Date: Wed, 14 Feb 2018 14:51:32 +0100 Subject: [PATCH] CURA-4891 Remove print out for debugging --- cura/PrintInformation.py | 1 - 1 file changed, 1 deletion(-) 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():