Skip to content

Commit 454be91

Browse files
committed
remove comment that was tripping Travis CI
1 parent 7ae1629 commit 454be91

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

codespeed/commits/github.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ def retrieve_tag(commit_id, username, project):
6666
tags_url = 'https://api.github.com/repos/%s/%s/git/refs/tags' % (
6767
username, project)
6868

69-
## TODO: This might not do what is intended
70-
## the tag SHA isn't the same thing as the commit it points
7169
tags_json = fetch_json(tags_url)
7270
for tag in tags_json:
7371
if tag['object']['sha'] == commit_id:

0 commit comments

Comments
 (0)