Skip to content

Commit 222b3f0

Browse files
committed
remove debug code
1 parent 660addc commit 222b3f0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

DuetRRFOutputDevice.py

-3
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,6 @@ def _assemble_final_gcode(self, gcode_stream, thumbnail_stream):
262262
final_stream.write(f";Exported with Cura-DuetRRF v{version} plugin by Thomas Kriechbaumer\n")
263263
final_stream.write(thumbnail_stream.getvalue())
264264

265-
with open(os.path.expanduser("~/Downloads/debug.gcode"), "w") as f:
266-
f.write(final_stream.getvalue())
267-
268265
return final_stream
269266

270267
def _check_duet3_sbc(self, reply, error):

0 commit comments

Comments
 (0)