Skip to content

Commit 7bfd755

Browse files
committed
tmclfwupload: Removed an unneeded print statement
1 parent 185a3ec commit 7bfd755

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pytrinamic/cli/tmclfwupload.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ def firmware_update(iface, hex_file):
140140
# Scan for the module string
141141
found = None
142142
for segment in file.segments():
143-
print(segment)
144143
segment_start = segment[0]
145144
segment_length = segment[1] - segment[0]
146145
firmware_bytes = file.gets(segment_start, segment_length)

0 commit comments

Comments
 (0)