From 10f635ad05c139c74472acf6b976f738c897e27d Mon Sep 17 00:00:00 2001 From: Ross Hendrickson Date: Thu, 29 Aug 2013 21:27:12 -0500 Subject: [PATCH] remove print --- Cura/cura.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Cura/cura.py b/Cura/cura.py index 6b314a61..54297022 100644 --- a/Cura/cura.py +++ b/Cura/cura.py @@ -56,7 +56,6 @@ def main(): slicer.wait() if options.output: - print 'output', options.output shutil.copyfile(slicer.getGCodeFilename(), options.output) print 'GCode file saved : %s' % options.output else: -- 2.30.2