Skip to content

Commit d7c7837

Browse files
committed
core.py: remove debug print
Signed-off-by: Trevor Gamblin <[email protected]>
1 parent 2555101 commit d7c7837

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/patchtest2/tests/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def test_mbox_shortlog_length(target):
3939
result = "PASS"
4040
reason = f"Edit shortlog so that it is {patterns.mbox_shortlog_maxlength} characters or less (currently {shortlog_len} characters)"
4141

42-
print(target.shortlog)
4342
if shortlog.startswith('Revert "'):
4443
result = "SKIP"
4544
reason = "No need to test revert patches"

0 commit comments

Comments
 (0)