Skip to content

Commit e08cff6

Browse files
committed
Removed diagnostic print.
1 parent 93ac079 commit e08cff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coverage_pyver_pragma/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def make_regexes(
120120
re.compile(fr"{regex_main}\s*\({wrong_platforms_string}{wrong_implementations_string}.*\)"),
121121
]
122122

123-
print(excludes)
123+
# print(excludes)
124124
return excludes
125125

126126
else:

0 commit comments

Comments
 (0)