From a4c61d3f18d4de26c4890bf8c98d185e8f1187a1 Mon Sep 17 00:00:00 2001 From: alstr Date: Sat, 1 Aug 2020 09:25:19 +0100 Subject: [PATCH] Remove TODO --- main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.py b/main.py index b6cfc2c..6d4bf8a 100644 --- a/main.py +++ b/main.py @@ -203,9 +203,6 @@ def main(): new_issue_request = requests.post(url=issues_url, headers=issue_headers, data=json.dumps(new_issue_body)) print(f'Creating issue {i + 1} of {len(new_issues)}') - # TODO Investigate result not being printed on last loop when adding multiple new TODOs - # See https://github.com/alstr/todo-to-issue-action/issues/7#issuecomment-630694673 - # Could the log be being truncated? if new_issue_request.status_code == 201: print('Issue created') else: