Skip to content

Commit 2502c31

Browse files
committed
remove extra logging
1 parent af27e01 commit 2502c31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adabot/circuitpython_library_release.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ def get_release_info():
140140
result = subprocess.getoutput("gh release list -L 1 | awk 2")
141141
createdAt = result.split("\t")[-1]
142142
tag = result.split("\t")[-2]
143-
logging.info(tag)
144143
return {
145144
"current_tag": tag,
146145
"new_tag_patch": bump_patch(tag),

0 commit comments

Comments
 (0)