Skip to content

Commit 55d379c

Browse files
authored
ci: remove debug print from noxfile (#5385)
1 parent d7961fe commit 55d379c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def test_rust(session: nox.Session):
109109

110110
for feature_set in _get_feature_sets():
111111
flags = extra_flags.copy()
112-
print(feature_set)
113112

114113
if feature_set is None or "full" not in feature_set:
115114
# doctests require at least the macros feature, which is

0 commit comments

Comments
 (0)