Skip to content

Commit

Permalink
removed leftover debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
sommersoft committed Oct 27, 2018
1 parent 848cb76 commit 69f1f6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adabot/circuitpython_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ def update_bundle(bundle_path):
if directory.endswith("library_list.md"):
continue
if action != "M" or not directory.startswith("libraries"):
print(status_line)
raise RuntimeError("Unsupported updates")

# Compute the tag difference.
Expand Down

0 comments on commit 69f1f6c

Please sign in to comment.