Skip to content

Commit 1ed0801

Browse files
committed
Remove commented out code
1 parent 8469e55 commit 1ed0801

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/plugins/test_jira.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,6 @@ def test_worklog_against_real_jira_instance() -> None:
372372

373373
# Check that the issue with the given ID was found
374374
id_pattern = f"{exp["id"]} \\S+"
375-
# if "--verbose" in options:
376-
# pattern = f"https://reviews\\.llvm\\.org/{exp_id} \\S+"
377375
regex = re.compile(id_pattern)
378376
assert regex
379377
assert regex.match(stat_str)

0 commit comments

Comments
 (0)