chiark / gitweb /
Removed print
authornallath <nallath@gmail.com>
Tue, 4 Mar 2014 09:02:08 +0000 (10:02 +0100)
committernallath <nallath@gmail.com>
Tue, 4 Mar 2014 09:02:08 +0000 (10:02 +0100)
Cura/util/sliceEngine.py

index 819b7795c34d3fe8c367476b07e03713259e1050..71224864ef99418dbbf2ce76f1d9e59d5bbb535b 100644 (file)
@@ -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)