From: nallath Date: Tue, 4 Mar 2014 09:02:08 +0000 (+0100) Subject: Removed print X-Git-Tag: 14.03~17^2~9 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=146112eefa1bd420b0693204ebb25ce2032e28f9;p=cura.git Removed print --- 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)