Skip to content

Commit 7cf822d

Browse files
committed
Drop debug prints
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
1 parent 5688f2a commit 7cf822d

File tree

1 file changed

+0
-2
lines changed
  • launch_testing/launch_testing/pytest

1 file changed

+0
-2
lines changed

launch_testing/launch_testing/pytest/plugin.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,8 @@ def enumerate_reversed(sequence):
319319
and is_shutdown_test(item) and not is_shutdown_test(other)
320320
):
321321
new_position = i + 1 + j
322-
print(f'moving {item.name} after {other.name}: {i} {i+j+1}')
323322
if new_position is not None:
324323
items.insert(new_position, items.pop(i))
325-
print([item.name for item in items])
326324

327325

328326
@pytest.hookimpl(hookwrapper=True, tryfirst=True)

0 commit comments

Comments
 (0)