chiark / gitweb /
Removed the extra comments from #632
[cura.git] / Cura / cura.py
index 9beba7b09c81439bbbdd915143d6937a9bf32853..701b93e64a07834705a376e8064308475f21e3fd 100644 (file)
@@ -54,9 +54,7 @@ def main():
                        scene.add(m)
                slicer.runSlicer(scene)
                slicer.wait()
-               # ISSUE 459 - output gcode without Print time - START
                profile.replaceGCodeTagsFromSlicer(slicer.getGCodeFilename(), slicer)
-               # ISSUE 459 - output gcode without Print time - END
 
                if options.output:
                        shutil.copyfile(slicer.getGCodeFilename(), options.output)