From 146112eefa1bd420b0693204ebb25ce2032e28f9 Mon Sep 17 00:00:00 2001 From: nallath Date: Tue, 4 Mar 2014 10:02:08 +0100 Subject: [PATCH] Removed print --- Cura/util/sliceEngine.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Cura/util/sliceEngine.py b/Cura/util/sliceEngine.py index 819b7795..71224864 100644 --- a/Cura/util/sliceEngine.py +++ b/Cura/util/sliceEngine.py @@ -549,5 +549,4 @@ class Engine(object): su.wShowWindow = subprocess.SW_HIDE kwargs['startupinfo'] = su kwargs['creationflags'] = 0x00004000 #BELOW_NORMAL_PRIORITY_CLASS - print cmdList return subprocess.Popen(cmdList, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, **kwargs) -- 2.30.2