Skip to content

Commit 69f1f6c

Browse files
committed
removed leftover debug print
1 parent 848cb76 commit 69f1f6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adabot/circuitpython_bundle.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ def update_bundle(bundle_path):
153153
if directory.endswith("library_list.md"):
154154
continue
155155
if action != "M" or not directory.startswith("libraries"):
156-
print(status_line)
157156
raise RuntimeError("Unsupported updates")
158157

159158
# Compute the tag difference.

0 commit comments

Comments
 (0)